luna-one 3.1.593 → 3.1.594

Sign up to get free protection for your applications and to get access to all the features.
Files changed (526) hide show
  1. package/README.md +2315 -2315
  2. package/dist/global-styles/content/typography.scss +140 -140
  3. package/dist/global-styles/fonts/benton.scss +113 -113
  4. package/dist/global-styles/global-terra.scss +10 -10
  5. package/dist/global-styles/global-vars.scss +599 -599
  6. package/dist/global-styles/layout/_css-grid.scss +20 -20
  7. package/dist/global-styles/layout/_media-queries.scss +35 -35
  8. package/dist/global-styles/layout/_normalize.scss +340 -340
  9. package/dist/global-styles/layout/_reset.scss +13 -13
  10. package/dist/global-styles/mixins/_box-shadow.scss +6 -6
  11. package/dist/global-styles/mixins/_mixins.scss +5 -5
  12. package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
  13. package/dist/global-styles/mixins/_typography.scss +102 -102
  14. package/dist/global-styles/mixins/_yiq.scss +50 -50
  15. package/dist/global-styles/mixins/_z-index.scss +3 -3
  16. package/dist/global-styles/terra.scss +15 -15
  17. package/dist/global-styles/utilities/_box-shadow.scss +8 -8
  18. package/dist/global-styles/utilities/_display.scss +48 -48
  19. package/dist/global-styles/utilities/_font-family.scss +15 -15
  20. package/dist/global-styles/utilities/_parallax.scss +23 -23
  21. package/dist/global-styles/utilities/_text-align.scss +24 -24
  22. package/dist/index.js +15 -294
  23. package/dist/luna/components/2x2/2x2.scss +915 -915
  24. package/dist/luna/components/2x2/2x2.stories.js +456 -0
  25. package/dist/luna/components/2x2/2x2Documentation.mdx +77 -0
  26. package/dist/luna/{featurettes → components}/Accordion/Accordion.scss +154 -154
  27. package/dist/luna/components/Accordion/Accordion.stories.js +100 -0
  28. package/dist/luna/components/Accordion/AccordionDocumentation.mdx +46 -0
  29. package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
  30. package/dist/luna/components/AdminCategoryData/AdminCategoryData.stories.js +43 -0
  31. package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
  32. package/dist/luna/components/AdminProductData/AdminProductData.stories.js +44 -0
  33. package/dist/luna/components/BlockListItems/BlockListItem.stories.js +2381 -0
  34. package/dist/luna/components/BlockListItems/BlockListItems.scss +285 -285
  35. package/dist/luna/components/BlockListItems/BlockListItemsDocumentation.mdx +339 -0
  36. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  37. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBrowser.stories.js +19 -0
  38. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  39. package/dist/luna/components/CTAButtons/CTAButtons.stories.js +142 -0
  40. package/dist/luna/components/CTAButtons/CTAButtonsDocumentation.mdx +33 -0
  41. package/dist/luna/{other-organisms → components}/Carousel/Carousel.scss +155 -155
  42. package/dist/luna/components/Carousel/Carousel.stories.js +257 -0
  43. package/dist/luna/components/Carousel/CarouselDocumentation.mdx +161 -0
  44. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +331 -331
  45. package/dist/luna/components/ComparisonTable/ComparisonTable.stories.js +608 -0
  46. package/dist/luna/components/ComparisonTable/ComparisonTableDocumentation.mdx +159 -0
  47. package/dist/luna/components/CtaWithHeader/CTAHeaderText.stories.js +192 -0
  48. package/dist/luna/components/CtaWithHeader/CTAHeaderTextDocumentation.mdx +45 -0
  49. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +324 -324
  50. package/dist/luna/components/DataPoint/DataPoint.scss +170 -170
  51. package/dist/luna/components/DataPoint/DataPoint.stories.js +235 -0
  52. package/dist/luna/components/DataPoint/DataPointDocumentation.mdx +40 -0
  53. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  54. package/dist/luna/components/EventCard/EventCard.stories.js +56 -0
  55. package/dist/luna/components/EventCard/EventCardDocumentation.mdx +46 -0
  56. package/dist/luna/{heroes → components}/FilterHero/FilterHero.scss +80 -80
  57. package/dist/luna/components/FilterHero/FilterHero.stories.js +129 -0
  58. package/dist/luna/components/FilterSection/FilterSection.scss +175 -175
  59. package/dist/luna/components/FilterSection/FilterSection.stories.js +174 -0
  60. package/dist/luna/{other-organisms → components}/Flyout/Flyout.scss +367 -367
  61. package/dist/luna/components/Flyout/Flyout.stories.js +216 -0
  62. package/dist/luna/components/Flyout/FlyoutDocumentation.mdx +60 -0
  63. package/dist/luna/{other-organisms → components}/Footer/Footer.scss +484 -484
  64. package/dist/luna/components/Footer/Footer.stories.js +418 -0
  65. package/dist/luna/components/Footer/FooterDocumentation.mdx +133 -0
  66. package/dist/{application → luna}/components/FooterHandler/FooterHandler.js +1 -1
  67. package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.scss +722 -722
  68. package/dist/luna/components/FullBackgroundHero/FullBackgroundHero.stories.js +574 -0
  69. package/dist/luna/components/FullBackgroundHero/FullBackgroundHeroDocumentation.mdx +94 -0
  70. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +51 -51
  71. package/dist/luna/components/HTMLEmbed/HTMLEmbed.stories.js +136 -0
  72. package/dist/luna/components/HTMLEmbed/HTMLEmbedDocumentation.mdx +31 -0
  73. package/dist/luna/components/Header/Header.scss +36 -36
  74. package/dist/luna/components/Header/Header.stories.js +75 -0
  75. package/dist/luna/components/Header/HeaderDocumentation.mdx +24 -0
  76. package/dist/luna/{featurettes → components}/IconTextList/IconTextList.scss +124 -124
  77. package/dist/luna/components/IconTextList/IconTextList.stories.js +100 -0
  78. package/dist/luna/components/IconTextList/IconTextListDocumentation.mdx +46 -0
  79. package/dist/luna/components/ImageGallery/ImageGallery.scss +442 -442
  80. package/dist/luna/components/ImageGallery/ImageGallery.stories.js +194 -0
  81. package/dist/luna/components/ImageGallery/ImageGalleryDocumentation.mdx +90 -0
  82. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +122 -122
  83. package/dist/luna/components/InPageJumpNav/InPageJumpNav.stories.js +104 -0
  84. package/dist/luna/components/InPageJumpNav/InPageJumpNavDocumentation.mdx +23 -0
  85. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  86. package/dist/luna/components/JobPosting/JobPosting.stories.js +76 -0
  87. package/dist/luna/components/JobPosting/JobPostingDocumentation.mdx +69 -0
  88. package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.js +1 -1
  89. package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.scss +318 -318
  90. package/dist/luna/components/LanguageSelector/LanguageSelector.stories.js +128 -0
  91. package/dist/luna/components/LanguageSelector/LanguageSelectorDocumentation.mdx +120 -0
  92. package/dist/luna/components/LinkList/LinkList.scss +59 -59
  93. package/dist/luna/components/LinkList/LinkList.stories.js +170 -0
  94. package/dist/luna/components/LinkList/LinkListDocumentation.mdx +54 -0
  95. package/dist/luna/components/LoadingSpinner/LoadingSpinner.scss +34 -34
  96. package/dist/luna/components/LoadingSpinner/LoadingSpinner.stories.js +53 -0
  97. package/dist/luna/components/Login/Login.scss +180 -180
  98. package/dist/luna/components/Login/Login.stories.js +86 -0
  99. package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.scss +56 -56
  100. package/dist/luna/components/MarketoForm/MarketoForm.stories.js +65 -0
  101. package/dist/luna/components/MarketoForm/MarketoFormDocumentation.mdx +1 -0
  102. package/dist/luna/components/MegaMenu/MegaMenu.js +1 -1
  103. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  104. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +1 -1
  105. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +1 -1
  106. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +1 -1
  107. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +1 -1
  108. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +1 -1
  109. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  110. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +289 -289
  111. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  112. package/dist/luna/components/MobileNav/MobileNav.js +2 -2
  113. package/dist/luna/components/MobileNav/MobileNav.scss +286 -286
  114. package/dist/luna/{other-organisms → components}/NavBar/NavBar.scss +628 -628
  115. package/dist/luna/components/NavBar/NavigationBar.stories.js +2297 -0
  116. package/dist/luna/components/NavBar/NavigationBarDocumentation.mdx +245 -0
  117. package/dist/{application → luna}/components/NavBarHandler/NavBarHandler.js +1 -1
  118. package/dist/luna/components/NavBarTop/NavBarTop.js +2 -2
  119. package/dist/luna/components/NavBarTop/NavBarTop.scss +403 -403
  120. package/dist/luna/components/NavSearch/NavSearch.js +1 -1
  121. package/dist/luna/components/NavSearch/NavSearch.scss +130 -130
  122. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +339 -339
  123. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.stories.js +118 -0
  124. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesDocumentation.mdx +89 -0
  125. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesMethods.js +1 -1
  126. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +247 -247
  127. package/dist/luna/components/OverlayNotice/OverlayNotice.stories.js +96 -0
  128. package/dist/luna/components/OverlayNotice/OverlayNoticeDocumentation.mdx +45 -0
  129. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  130. package/dist/luna/components/ProductSummary/ProductSummary.scss +273 -273
  131. package/dist/luna/components/ProductSummary/ProductSummary.stories.js +163 -0
  132. package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.scss +194 -194
  133. package/dist/luna/components/ProductsPackage/ProductsPackage.stories.js +384 -0
  134. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  135. package/dist/luna/components/ProseLayout/ProseLayout.stories.js +187 -0
  136. package/dist/luna/components/ProseLayout/ProseLayoutDocumentation.mdx +93 -0
  137. package/dist/luna/{featurettes → components}/PullQuote/PullQuote.scss +400 -400
  138. package/dist/luna/components/PullQuote/PullQuote.stories.js +556 -0
  139. package/dist/luna/components/PullQuote/PullQuoteDocumentation.mdx +60 -0
  140. package/dist/luna/{featurettes → components}/PullQuote/ico-quote-white.svg +3 -3
  141. package/dist/luna/{featurettes → components}/PullQuote/ico-quote.svg +3 -3
  142. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  143. package/dist/luna/components/ResourceGrid/ResourceGrid.scss +34 -34
  144. package/dist/luna/components/ResourceGrid/ResourceGrid.stories.js +765 -0
  145. package/dist/luna/components/ResourceGrid/ResourceGridDocumentation.mdx +102 -0
  146. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  147. package/dist/luna/components/ScrollInPlace/ScrollInPlace.stories.js +171 -0
  148. package/dist/luna/components/ScrollInPlace/ScrollInPlaceDocumentation.mdx +123 -0
  149. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  150. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.stories.js +91 -0
  151. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  152. package/dist/luna/components/SlideOutFeat/SlideOutFeat.stories.js +32 -0
  153. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  154. package/dist/luna/components/StoreFrontCard/StoreFrontCard.stories.js +46 -0
  155. package/dist/luna/{other-organisms → components}/SubNav/SiblingsMenu.js +3 -3
  156. package/dist/luna/{other-organisms → components}/SubNav/SubNav.js +2 -2
  157. package/dist/luna/{other-organisms → components}/SubNav/SubNav.scss +274 -274
  158. package/dist/luna/{heroes → components}/SuperHero/SuperHero.scss +804 -804
  159. package/dist/luna/components/SuperHero/SuperHero.stories.js +806 -0
  160. package/dist/luna/components/SuperHero/SuperHeroDocumentation.mdx +57 -0
  161. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  162. package/dist/luna/components/SupportCard/SupportCard.stories.js +76 -0
  163. package/dist/luna/components/Tabs/Tabs.scss +871 -871
  164. package/dist/luna/components/Tabs/Tabs.stories.js +585 -0
  165. package/dist/luna/components/Tabs/TabsDocumentation.mdx +94 -0
  166. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  167. package/dist/luna/components/TimeBasedList/TimeBasedList.stories.js +297 -0
  168. package/dist/luna/components/TimeBasedList/TimeBasedListDocumentation.mdx +123 -0
  169. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  170. package/dist/luna/components/TrainerCard/TrainerCard.stories.js +39 -0
  171. package/dist/luna/components/TrialForm/TrialComponents/TrialSpecifics.scss +44 -44
  172. package/dist/luna/components/TrialForm/TrialComponents/TrialSummary.scss +57 -57
  173. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.scss +28 -28
  174. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.stories.js +69 -0
  175. package/dist/luna/components/TrialForm/images/check.svg +3 -3
  176. package/dist/luna/components/TrialForm/images/form-border-bottom-dark.svg +4 -4
  177. package/dist/luna/components/TrialForm/images/form-border-bottom-light.svg +4 -4
  178. package/dist/luna/components/TrialForm/images/form-border-top-dark.svg +4 -4
  179. package/dist/luna/components/TrialForm/images/form-border-top-light.svg +4 -4
  180. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +108 -108
  181. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  182. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  183. package/dist/luna/components/Video/Video.scss +209 -209
  184. package/dist/luna/components/Video/Video.stories.js +135 -0
  185. package/dist/luna/components/Video/VideoDocumentation.mdx +56 -0
  186. package/dist/luna/components/VidyardModal/VidyardModal.scss +34 -34
  187. package/dist/luna/components/WaffleMenu/WaffleMenu.js +1 -1
  188. package/dist/luna/components/WaffleMenu/WaffleMenu.scss +73 -73
  189. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  190. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  191. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  192. package/dist/luna/images/bulletpoint.svg +3 -3
  193. package/dist/luna/images/callout-icon.svg +3 -3
  194. package/dist/{application/assets → luna}/images/carat-down.svg +3 -3
  195. package/dist/{application/assets → luna}/images/carat-up.svg +3 -3
  196. package/dist/luna/images/check-blue.svg +4 -4
  197. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  198. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  199. package/dist/luna/images/circle-arrow.svg +3 -3
  200. package/dist/{application/assets → luna}/images/close-blue.svg +4 -4
  201. package/dist/luna/images/close-button.svg +42 -42
  202. package/dist/luna/images/close-dark-navy.svg +3 -3
  203. package/dist/luna/images/close-icon.svg +3 -3
  204. package/dist/{application/assets → luna}/images/close.svg +3 -3
  205. package/dist/luna/images/collapse-close-blue.svg +5 -5
  206. package/dist/luna/images/collapse-close-gold.svg +5 -5
  207. package/dist/luna/images/collapse-open-blue.svg +4 -4
  208. package/dist/luna/images/collapse-open-gold.svg +4 -4
  209. package/dist/luna/images/cross-medium-blue.svg +4 -4
  210. package/dist/luna/images/cross-medium-white.svg +5 -5
  211. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  212. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  213. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  214. package/dist/luna/images/downArrow.svg +36 -36
  215. package/dist/{application/assets → luna}/images/ellipses.svg +6 -6
  216. package/dist/luna/images/external-arrow-blue.svg +11 -11
  217. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  218. package/dist/luna/images/external-arrow.svg +12 -12
  219. package/dist/{application/assets → luna}/images/facebook.svg +13 -13
  220. package/dist/luna/images/form-border-top-light.svg +4 -4
  221. package/dist/luna/images/frame-intersection.svg +3 -3
  222. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  223. package/dist/luna/images/green-tick.svg +3 -3
  224. package/dist/{application/assets → luna}/images/instagram.svg +19 -19
  225. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  226. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  227. package/dist/luna/images/internal-arrow.svg +15 -15
  228. package/dist/{application/assets → luna}/images/linkedin.svg +15 -15
  229. package/dist/luna/images/logo-icon.svg +17 -17
  230. package/dist/luna/images/pdf-doc.svg +9 -9
  231. package/dist/luna/images/play.svg +17 -17
  232. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  233. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  234. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  235. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  236. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  237. package/dist/luna/images/search.svg +9 -9
  238. package/dist/luna/images/skipicon.svg +154 -154
  239. package/dist/luna/images/text-doc.svg +9 -9
  240. package/dist/luna/images/text-lines.svg +22 -22
  241. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  242. package/dist/luna/images/tooltip-icon.svg +3 -3
  243. package/dist/{application/assets → luna}/images/twitter.svg +17 -17
  244. package/dist/luna/images/up-arrow.svg +36 -36
  245. package/dist/luna/images/up-right-arrow.svg +9 -9
  246. package/dist/luna/images/user-profile.svg +37 -37
  247. package/dist/luna/images/user.svg +4 -4
  248. package/dist/luna/images/waffle.svg +11 -11
  249. package/dist/luna/images/worldwide.svg +19 -19
  250. package/dist/{application/assets → luna}/images/youtube.svg +14 -14
  251. package/package.json +91 -91
  252. package/dist/application/components/HelmetHandler/HelmetHandler.js +0 -40
  253. package/dist/application/components/Loading/Loading.js +0 -22
  254. package/dist/application/components/Loading/Loading.scss +0 -10
  255. package/dist/application/components/Stack/Stack.js +0 -413
  256. package/dist/application/hooks/tests/useErrorPageData.test.js +0 -74
  257. package/dist/application/hooks/tests/useFetch.test.js +0 -70
  258. package/dist/application/hooks/tests/useFooterData.test.js +0 -106
  259. package/dist/application/hooks/tests/useFooterResponse.test.js +0 -70
  260. package/dist/application/hooks/tests/useFooterURL.test.js +0 -46
  261. package/dist/application/hooks/tests/useInnerPageNav.test.js +0 -36
  262. package/dist/application/hooks/tests/useLanguage.test.js +0 -57
  263. package/dist/application/hooks/tests/useLanguages.test.js +0 -133
  264. package/dist/application/hooks/tests/useMetadata.test.js +0 -33
  265. package/dist/application/hooks/tests/useNavResponse.test.js +0 -136
  266. package/dist/application/hooks/tests/useNavURL.test.js +0 -49
  267. package/dist/application/hooks/tests/usePageFetch.test.js +0 -203
  268. package/dist/application/hooks/tests/useRegions.test.js +0 -234
  269. package/dist/application/hooks/tests/useRoutes.test.js +0 -116
  270. package/dist/application/hooks/tests/useSiteData.test.js +0 -86
  271. package/dist/application/hooks/useErrorPageData.js +0 -59
  272. package/dist/application/hooks/useFetch.js +0 -67
  273. package/dist/application/hooks/useFooterData.js +0 -45
  274. package/dist/application/hooks/useFooterResponse.js +0 -56
  275. package/dist/application/hooks/useFooterURL.js +0 -32
  276. package/dist/application/hooks/useLanguage.js +0 -44
  277. package/dist/application/hooks/useLanguages.js +0 -66
  278. package/dist/application/hooks/useMetadata.js +0 -23
  279. package/dist/application/hooks/useNavData.js +0 -45
  280. package/dist/application/hooks/useNavResponse.js +0 -59
  281. package/dist/application/hooks/useNavURL.js +0 -41
  282. package/dist/application/hooks/usePageFetch.js +0 -109
  283. package/dist/application/hooks/useRegions.js +0 -149
  284. package/dist/application/hooks/useRoutes.js +0 -59
  285. package/dist/application/hooks/useScrollTo.js +0 -60
  286. package/dist/application/hooks/useSiteData.js +0 -58
  287. package/dist/application/methods/__mocks__/formatFooterDataMethods.js +0 -54
  288. package/dist/application/methods/formatContentSections.js +0 -130
  289. package/dist/application/methods/formatFooterDataMethods.js +0 -82
  290. package/dist/application/methods/formatMenuSiteData.js +0 -45
  291. package/dist/application/methods/formatMenus.js +0 -120
  292. package/dist/application/methods/locationRedirect.js +0 -16
  293. package/dist/application/methods/organismFormat/__mocks__/formatAnchors.js +0 -11
  294. package/dist/application/methods/organismFormat/__mocks__/formatCTAs.js +0 -10
  295. package/dist/application/methods/organismFormat/__mocks__/formatTheme.js +0 -15
  296. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFive.js +0 -12
  297. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFour.js +0 -12
  298. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatOne.js +0 -12
  299. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatSeven.js +0 -12
  300. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatThree.js +0 -12
  301. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoA.js +0 -12
  302. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoB.js +0 -12
  303. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoBIcons.js +0 -14
  304. package/dist/application/methods/organismFormat/feats/__mocks__/formatPullQuote.js +0 -12
  305. package/dist/application/methods/organismFormat/feats/formatFeatFive.js +0 -39
  306. package/dist/application/methods/organismFormat/feats/formatFeatFour.js +0 -36
  307. package/dist/application/methods/organismFormat/feats/formatFeatOne.js +0 -52
  308. package/dist/application/methods/organismFormat/feats/formatFeatSeven.js +0 -193
  309. package/dist/application/methods/organismFormat/feats/formatFeatThree.js +0 -41
  310. package/dist/application/methods/organismFormat/feats/formatFeatTwoA.js +0 -37
  311. package/dist/application/methods/organismFormat/feats/formatFeatTwoAFolds.js +0 -27
  312. package/dist/application/methods/organismFormat/feats/formatFeatTwoB.js +0 -40
  313. package/dist/application/methods/organismFormat/feats/formatFeatTwoBIcons.js +0 -20
  314. package/dist/application/methods/organismFormat/feats/formatPullQuote.js +0 -49
  315. package/dist/application/methods/organismFormat/feats/tests/formatFeatFive.test.js +0 -173
  316. package/dist/application/methods/organismFormat/feats/tests/formatFeatFour.test.js +0 -140
  317. package/dist/application/methods/organismFormat/feats/tests/formatFeatOne.test.js +0 -204
  318. package/dist/application/methods/organismFormat/feats/tests/formatFeatSeven.test.js +0 -680
  319. package/dist/application/methods/organismFormat/feats/tests/formatFeatThree.test.js +0 -142
  320. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoA.test.js +0 -342
  321. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoAFolds.test.js +0 -99
  322. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoB.test.js +0 -293
  323. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoBIcons.test.js +0 -78
  324. package/dist/application/methods/organismFormat/feats/tests/formatPullQuote.test.js +0 -178
  325. package/dist/application/methods/organismFormat/formatAnchors.js +0 -16
  326. package/dist/application/methods/organismFormat/formatCTAs.js +0 -34
  327. package/dist/application/methods/organismFormat/formatTheme.js +0 -29
  328. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroFour.js +0 -12
  329. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroOne.js +0 -12
  330. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroSix.js +0 -12
  331. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroThree.js +0 -12
  332. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroTwo.js +0 -12
  333. package/dist/application/methods/organismFormat/heroes/formatHeroFour.js +0 -39
  334. package/dist/application/methods/organismFormat/heroes/formatHeroOne.js +0 -56
  335. package/dist/application/methods/organismFormat/heroes/formatHeroSeven.js +0 -56
  336. package/dist/application/methods/organismFormat/heroes/formatHeroSix.js +0 -51
  337. package/dist/application/methods/organismFormat/heroes/formatHeroThree.js +0 -58
  338. package/dist/application/methods/organismFormat/heroes/formatHeroTwo.js +0 -42
  339. package/dist/application/methods/organismFormat/heroes/tests/formatHeroFour.test.js +0 -245
  340. package/dist/application/methods/organismFormat/heroes/tests/formatHeroOne.test.js +0 -165
  341. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSeven.test.js +0 -198
  342. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSix.test.js +0 -196
  343. package/dist/application/methods/organismFormat/heroes/tests/formatHeroThree.test.js +0 -185
  344. package/dist/application/methods/organismFormat/heroes/tests/formatHeroTwo.test.js +0 -205
  345. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFive.js +0 -12
  346. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFour.js +0 -12
  347. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFourCards.js +0 -10
  348. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOne.js +0 -12
  349. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneCards.js +0 -17
  350. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneV2Cards.js +0 -27
  351. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSeven.js +0 -12
  352. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSevenCards.js +0 -10
  353. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSix.js +0 -12
  354. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSixCards.js +0 -10
  355. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThree.js +0 -12
  356. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeCards.js +0 -10
  357. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeV2Cards.js +0 -32
  358. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTopSection.js +0 -23
  359. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwo.js +0 -12
  360. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoCards.js +0 -10
  361. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoV2Cards.js +0 -34
  362. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatType.js +0 -10
  363. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatV2.js +0 -33
  364. package/dist/application/methods/organismFormat/listFeats/formatListFeatFive.js +0 -53
  365. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveItemsV2.js +0 -32
  366. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveV2.js +0 -39
  367. package/dist/application/methods/organismFormat/listFeats/formatListFeatFour.js +0 -35
  368. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourCards.js +0 -24
  369. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourDumplingsV2.js +0 -36
  370. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourV2.js +0 -38
  371. package/dist/application/methods/organismFormat/listFeats/formatListFeatOne.js +0 -46
  372. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneCards.js +0 -36
  373. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2.js +0 -41
  374. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2Cards.js +0 -64
  375. package/dist/application/methods/organismFormat/listFeats/formatListFeatSeven.js +0 -37
  376. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCards.js +0 -46
  377. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCardsV2.js +0 -48
  378. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenV2.js +0 -39
  379. package/dist/application/methods/organismFormat/listFeats/formatListFeatSix.js +0 -36
  380. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCards.js +0 -15
  381. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCardsV2.js +0 -16
  382. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixV2.js +0 -38
  383. package/dist/application/methods/organismFormat/listFeats/formatListFeatThree.js +0 -40
  384. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeCards.js +0 -48
  385. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2.js +0 -40
  386. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2Cards.js +0 -39
  387. package/dist/application/methods/organismFormat/listFeats/formatListFeatTopSection.js +0 -33
  388. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwo.js +0 -36
  389. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoCards.js +0 -34
  390. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2.js +0 -40
  391. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2Cards.js +0 -46
  392. package/dist/application/methods/organismFormat/listFeats/formatListFeatType.js +0 -27
  393. package/dist/application/methods/organismFormat/listFeats/formatListFeatV2.js +0 -21
  394. package/dist/application/methods/organismFormat/listFeats/tests/formatFeatSevenV2.test.js +0 -463
  395. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFive.test.js +0 -89
  396. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFiveV2.test.js +0 -238
  397. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFour.test.js +0 -75
  398. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourCards.test.js +0 -65
  399. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourV2.test.js +0 -358
  400. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOne.test.js +0 -98
  401. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneCards.test.js +0 -67
  402. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2.test.js +0 -191
  403. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2Cards.test.js +0 -87
  404. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSeven.test.js +0 -120
  405. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSevenCards.test.js +0 -111
  406. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSix.test.js +0 -67
  407. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixCards.test.js +0 -25
  408. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixV2.test.js +0 -242
  409. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThree.test.js +0 -96
  410. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeCards.test.js +0 -94
  411. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2.test.js +0 -242
  412. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2Cards.test.js +0 -96
  413. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTopSection.test.js +0 -63
  414. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwo.test.js +0 -86
  415. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoCards.test.js +0 -81
  416. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2.test.js +0 -299
  417. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2Cards.test.js +0 -159
  418. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatV2.test.js +0 -69
  419. package/dist/application/methods/organismFormat/listFeats/tests/mockData/listFeatOneV2MockData.js +0 -125
  420. package/dist/application/methods/organismFormat/tests/formatAnchors.test.js +0 -20
  421. package/dist/application/methods/organismFormat/tests/formatCTAs.test.js +0 -109
  422. package/dist/application/methods/organismFormat/tests/formatTheme.test.js +0 -54
  423. package/dist/application/methods/tests/formatContentSections.test.js +0 -237
  424. package/dist/application/methods/tests/formatFooterDataMethods.test.js +0 -138
  425. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.js +0 -78
  426. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +0 -107
  427. package/dist/luna/featurettes/CustomFeat/CustomFeat.js +0 -157
  428. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +0 -18
  429. package/dist/luna/featurettes/Feat1/Feat1.js +0 -122
  430. package/dist/luna/featurettes/Feat1/Feat1.scss +0 -110
  431. package/dist/luna/featurettes/Feat1/feat1Methods.js +0 -18
  432. package/dist/luna/featurettes/Feat1/feat1Methods.test.js +0 -21
  433. package/dist/luna/featurettes/Feat2A/Feat2A.js +0 -101
  434. package/dist/luna/featurettes/Feat2A/Feat2A.scss +0 -132
  435. package/dist/luna/featurettes/Feat2B/Feat2B.js +0 -131
  436. package/dist/luna/featurettes/Feat2B/Feat2B.scss +0 -231
  437. package/dist/luna/featurettes/Feat2B/Feat2BMethods.js +0 -75
  438. package/dist/luna/featurettes/Feat2B/Feat2BMethods.test.js +0 -38
  439. package/dist/luna/featurettes/Feat3/Feat3.js +0 -89
  440. package/dist/luna/featurettes/Feat3/Feat3.scss +0 -49
  441. package/dist/luna/featurettes/Feat4/Feat4.js +0 -95
  442. package/dist/luna/featurettes/Feat4/Feat4.scss +0 -86
  443. package/dist/luna/featurettes/Feat5/Feat5.js +0 -194
  444. package/dist/luna/featurettes/Feat5/Feat5.scss +0 -235
  445. package/dist/luna/featurettes/Feat5/Feat5Methods.js +0 -19
  446. package/dist/luna/featurettes/Feat5/Feat5Methods.test.js +0 -23
  447. package/dist/luna/featurettes/Feat7/Feat7.js +0 -79
  448. package/dist/luna/featurettes/Feat7/Feat7.scss +0 -49
  449. package/dist/luna/featurettes/Feat7/Feat7Methods.js +0 -41
  450. package/dist/luna/featurettes/Feat8/Feat8.js +0 -75
  451. package/dist/luna/featurettes/Feat8/Feat8.scss +0 -103
  452. package/dist/luna/featurettes/Feat8/feat8Methods.js +0 -18
  453. package/dist/luna/featurettes/Feat8/feat8Methods.test.js +0 -21
  454. package/dist/luna/heroes/Hero1/Hero1.js +0 -111
  455. package/dist/luna/heroes/Hero1/Hero1.scss +0 -223
  456. package/dist/luna/heroes/Hero1/Hero1Methods.js +0 -84
  457. package/dist/luna/heroes/Hero1/useWindowSize.js +0 -47
  458. package/dist/luna/heroes/Hero2/Hero2.js +0 -130
  459. package/dist/luna/heroes/Hero2/Hero2.scss +0 -165
  460. package/dist/luna/heroes/Hero3/Hero3.js +0 -246
  461. package/dist/luna/heroes/Hero3/Hero3.scss +0 -250
  462. package/dist/luna/heroes/Hero3/Hero3Methods.js +0 -37
  463. package/dist/luna/heroes/Hero4/Hero4.js +0 -175
  464. package/dist/luna/heroes/Hero4/Hero4.scss +0 -112
  465. package/dist/luna/heroes/Hero4/hero4Methods.js +0 -18
  466. package/dist/luna/heroes/Hero6/Hero6.js +0 -179
  467. package/dist/luna/heroes/Hero6/Hero6.scss +0 -127
  468. package/dist/luna/heroes/Hero7/Hero7.js +0 -118
  469. package/dist/luna/heroes/Hero7/Hero7.scss +0 -193
  470. package/dist/luna/heroes/Hero7/Hero7Methods.js +0 -39
  471. package/dist/luna/heroes/Hero7/Hero7Methods.test.js +0 -109
  472. package/dist/luna/heroes/Hero7/useWindowWidth.js +0 -40
  473. package/dist/luna/list-feats/ListFeat/ListFeat.js +0 -149
  474. package/dist/luna/list-feats/ListFeat/ListFeat.scss +0 -112
  475. package/dist/luna/list-feats/ListFeat1/ListFeat1.js +0 -91
  476. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +0 -94
  477. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.js +0 -14
  478. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.test.js +0 -17
  479. package/dist/luna/list-feats/ListFeat2/ListFeat2.js +0 -30
  480. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +0 -20
  481. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.js +0 -33
  482. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.test.js +0 -11
  483. package/dist/luna/list-feats/ListFeat4/ListFeat4.js +0 -34
  484. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +0 -32
  485. package/dist/luna/list-feats/ListFeat5/ListFeat5.js +0 -28
  486. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +0 -27
  487. package/dist/luna/list-feats/ListFeat5/ListFeat5Methods.js +0 -24
  488. package/dist/luna/list-feats/ListFeat6/ListFeat6.js +0 -59
  489. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +0 -34
  490. package/dist/luna/list-feats/ListFeat7/ListFeat7.js +0 -51
  491. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +0 -14
  492. package/dist/luna/list-feats/ListFeat7/ListFeat7Methods.js +0 -49
  493. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.js +0 -25
  494. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +0 -8
  495. package/dist/luna/list-feats/methods/listFeatMethods.js +0 -119
  496. /package/dist/luna/{featurettes → components}/Accordion/Accordion.js +0 -0
  497. /package/dist/luna/{featurettes → components}/Accordion/AccordionItem.js +0 -0
  498. /package/dist/luna/{other-organisms → components}/Carousel/Carousel.js +0 -0
  499. /package/dist/luna/{heroes → components}/FilterHero/FilterHero.js +0 -0
  500. /package/dist/luna/{heroes → components}/FilterHero/FilterHeroMethods.js +0 -0
  501. /package/dist/luna/{other-organisms → components}/Flyout/Flyout.js +0 -0
  502. /package/dist/luna/{other-organisms → components}/Footer/ExportedFooter.js +0 -0
  503. /package/dist/luna/{other-organisms → components}/Footer/Footer.js +0 -0
  504. /package/dist/luna/{other-organisms → components}/Footer/GlobalFooter.js +0 -0
  505. /package/dist/luna/{other-organisms → components}/Footer/SectorFooter.js +0 -0
  506. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.js +0 -0
  507. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHeroMethods.js +0 -0
  508. /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.js +0 -0
  509. /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.js +0 -0
  510. /package/dist/luna/{other-organisms → components}/NavBar/NavBar.js +0 -0
  511. /package/dist/luna/{other-organisms → components}/NavBar/NavMiniMenu.js +0 -0
  512. /package/dist/luna/{other-organisms → components}/NavBar/NavOption.js +0 -0
  513. /package/dist/luna/{other-organisms → components}/NavBar/UtilityNav.js +0 -0
  514. /package/dist/luna/{other-organisms → components}/NavBar/useNavPosition.js +0 -0
  515. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.js +0 -0
  516. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackageMethods.js +0 -0
  517. /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.js +0 -0
  518. /package/dist/luna/{heroes → components}/SuperHero/SuperHero.js +0 -0
  519. /package/dist/luna/{heroes → components}/SuperHero/SuperHeroMethods.js +0 -0
  520. /package/dist/luna/{heroes → components}/SuperHero/useCompareContainerHeights.js +0 -0
  521. /package/dist/{application/assets → luna}/images/favicon.ico +0 -0
  522. /package/dist/{application/assets → luna}/images/fpoBox.png +0 -0
  523. /package/dist/{application/assets → luna}/images/fpoSquare.png +0 -0
  524. /package/dist/{application/assets → luna}/images/loading-mini.gif +0 -0
  525. /package/dist/{application/assets → luna}/images/trimble_logo.png +0 -0
  526. /package/dist/{application → luna/utils}/hooks/useInnerPageNav.js +0 -0
@@ -0,0 +1,2297 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")["default"];
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = exports.NavBarWithFlyout = exports.NavBarWithDisabledLanguageSwitcher = exports.NavBarSectorWithSubnav = exports.NavBarSectorWithLogin = exports.NavBarSectorWithIcons = exports.NavBarSectorOverloaded = exports.NavBarSector = exports.NavBarCorporateWithSubnavAndUnder3SiblingsAndBreadcrumbs = exports.NavBarCorporateWithSubnavAndUnder3Siblings = exports.NavBarCorporateWithSubnavAndUnder3Breadcrumbs = exports.NavBarCorporateWithSubnav = exports.NavBarCorporateWithDarkGreySubnav = exports.NavBarCorporate = void 0;
9
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
10
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/defineProperty"));
11
+ var _react = _interopRequireWildcard(require("react"));
12
+ var _trimbleLogoBlueSvg = _interopRequireDefault(require("../../../../images/trimble-logo-blue-svg.svg"));
13
+ var _languageSelectorData = _interopRequireDefault(require("../../utils/languageSelectorData"));
14
+ var _NavBar = _interopRequireDefault(require("./NavBar"));
15
+ var _reactRouterDom = require("react-router-dom");
16
+ var _logoPcMiller = _interopRequireDefault(require("../../../../images/logo-pc-miller.png"));
17
+ var _logoAppian = _interopRequireDefault(require("../../../../images/logo-appian.png"));
18
+ var _logoMileOn = _interopRequireDefault(require("../../../../images/logo-mile-on.png"));
19
+ var _logoCopilot = _interopRequireDefault(require("../../../../images/logo-copilot.png"));
20
+ var _trimbleLogoWhiteSvg = _interopRequireDefault(require("../../../../images/trimble-logo-white-svg.svg"));
21
+ var _NavigationBarDocumentation = _interopRequireDefault(require("./NavigationBarDocumentation.mdx"));
22
+ var _addonActions = require("@storybook/addon-actions");
23
+ var _resourcesCategorySec;
24
+ var navCTA = {
25
+ link: {
26
+ url: "/link",
27
+ text: "Contact Sales"
28
+ },
29
+ className: "ter-button--primary--1"
30
+ };
31
+ var blueTheme = "blue";
32
+ var darkGreyTheme = "darkGrey";
33
+ var mockLoggedOut = {
34
+ content: {
35
+ text: "Sign In",
36
+ list: [{
37
+ text: "My Apps",
38
+ url: "/",
39
+ machineName: "my-apps"
40
+ }, {
41
+ text: "Manage My Account",
42
+ url: "/",
43
+ machineName: "manage-account"
44
+ }, {
45
+ text: "Sign Out",
46
+ machineName: "sign-out"
47
+ }]
48
+ },
49
+ userInformation: null,
50
+ loggedIn: false,
51
+ setLoggedin: (0, _addonActions.action)("Set log in"),
52
+ handleLogin: (0, _addonActions.action)("login user"),
53
+ handleLogout: (0, _addonActions.action)("logout user")
54
+ };
55
+ var featuredLink = {
56
+ url: "/#products",
57
+ text: "Dimensions 2022",
58
+ external: true
59
+ };
60
+ var categoryProducts = {
61
+ type: "category",
62
+ text: "Products",
63
+ featuredLinksTitle: "Featured Links",
64
+ contentfulId: "e9e0910a-2b99-5bb1-ba9b-97e2dfe45e53",
65
+ featuredLinks: [{
66
+ url: "/#products",
67
+ text: "All Products"
68
+ }, {
69
+ url: "/1",
70
+ text: "What's New"
71
+ }],
72
+ links: [{
73
+ text: "Mechanical",
74
+ contentfulId: "e9e091222314993",
75
+ links: [{
76
+ imageUrl: _logoPcMiller["default"],
77
+ url: "/link",
78
+ text: "PCMiller",
79
+ contentfulId: "PCMiller-1999e9e0910a-2b993",
80
+ description: "PC Miller do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad.",
81
+ links: [{
82
+ url: "/pcmiller-link",
83
+ text: "Overview",
84
+ contentfulId: "Overview-1999e9e0910a-2b993"
85
+ }]
86
+ }, {
87
+ imageUrl: _logoCopilot["default"],
88
+ url: "/4",
89
+ text: "Copilot",
90
+ contentfulId: "Copilot-1999e9e0910a-2b993",
91
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad."
92
+ }, {
93
+ imageUrl: _logoAppian["default"],
94
+ url: "/5",
95
+ text: "Appian",
96
+ contentfulId: "Appian-1999e9e0910a-2b993",
97
+ description: "Appian do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad."
98
+ }, {
99
+ imageUrl: _logoMileOn["default"],
100
+ url: "/6",
101
+ text: "Mile On",
102
+ contentfulId: "MileOn-1999e9e0910a-2b993",
103
+ description: "Mile On do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad."
104
+ }]
105
+ }, {
106
+ text: "Electrical",
107
+ contentfulId: "e9e0910a-8817393",
108
+ links: [{
109
+ text: "Electrical Overview",
110
+ contentfulId: "Electrical Overview-e9e09107793",
111
+ links: [{
112
+ url: "/link",
113
+ text: "Tertiary Link 1",
114
+ contentfulId: "e9e016843"
115
+ }, {
116
+ url: "/link",
117
+ text: "Tertiary Link 2",
118
+ contentfulId: "089647-2b994646843"
119
+ }, {
120
+ url: "/link",
121
+ text: "Tertiary Link 3",
122
+ contentfulId: "e646843"
123
+ }, {
124
+ url: "/link",
125
+ text: "Tertiary Link 4",
126
+ contentfulId: "843"
127
+ }, {
128
+ url: "/link",
129
+ text: "Tertiary Link 5",
130
+ contentfulId: "123"
131
+ }]
132
+ }, {
133
+ url: "/link",
134
+ text: "Estimating2",
135
+ contentfulId: "Takev934231-993"
136
+ }, {
137
+ text: "Takeoff2",
138
+ contentfulId: "Takeoff2-e9e0934231-993",
139
+ links: [{
140
+ url: "/link",
141
+ text: "Tertiary Link 1",
142
+ contentfulId: "e9b994646843"
143
+ }, {
144
+ url: "/link",
145
+ text: "Tertiary Link 2",
146
+ contentfulId: "e9e01147-2b9946143"
147
+ }, {
148
+ url: "/link",
149
+ text: "Tertiary Link 3",
150
+ contentfulId: "e9e0114484894646843"
151
+ }]
152
+ }, {
153
+ url: "/link",
154
+ text: "Pricing Services2",
155
+ contentfulId: "price934231-993"
156
+ }, {
157
+ url: "/link",
158
+ text: "Design/Detailing2",
159
+ contentfulId: "Tv934231-993"
160
+ }, {
161
+ text: "Project Management2",
162
+ contentfulId: "e9e01147-2b993",
163
+ links: [{
164
+ url: "/link",
165
+ text: "Tertiary Link 1",
166
+ contentfulId: "e9e01147-2123b993"
167
+ }, {
168
+ url: "/link",
169
+ text: "Tertiary Link 2",
170
+ contentfulId: "e9e01147-2b9943433"
171
+ }, {
172
+ url: "/link",
173
+ text: "Tertiary Link 3",
174
+ contentfulId: "e9e01147-2b966657"
175
+ }, {
176
+ url: "/link",
177
+ text: "Tertiary Link 4",
178
+ contentfulId: "e9e01147-2b9437693"
179
+ }, {
180
+ url: "/link",
181
+ text: "Tertiary Link 5",
182
+ contentfulId: "e9e01147-2b9g793"
183
+ }, {
184
+ url: "/link",
185
+ text: "Tertiary Link 6",
186
+ contentfulId: "e9e01147-2b994646843"
187
+ }, {
188
+ url: "/link",
189
+ text: "Tertiary Link 7",
190
+ contentfulId: "e9e01147-2b994646841323"
191
+ }, {
192
+ url: "/link",
193
+ text: "Tertiary Link 8",
194
+ contentfulId: "e9e011123447-2b994646843"
195
+ }, {
196
+ url: "/link",
197
+ text: "Tertiary Link 9",
198
+ contentfulId: "e9e011494646843"
199
+ }, {
200
+ url: "/link",
201
+ text: "Tertiary Link 10",
202
+ contentfulId: "e9e8123146843"
203
+ }, {
204
+ url: "/link",
205
+ text: "Tertiary Link 11",
206
+ contentfulId: "e9e0119146843"
207
+ }, {
208
+ url: "/link",
209
+ text: "Tertiary Link 12",
210
+ contentfulId: "e9e0117136843"
211
+ }]
212
+ }, {
213
+ url: "/link",
214
+ text: "BIM Collaboration2",
215
+ contentfulId: "e9e01147-6843"
216
+ }, {
217
+ url: "/link",
218
+ text: "BIM Test Link",
219
+ contentfulId: "e9e011114746843"
220
+ }, {
221
+ url: "/link",
222
+ text: "BIM",
223
+ contentfulId: "e663-2b994646843"
224
+ }, {
225
+ url: "/link",
226
+ text: "Trimble Electrical",
227
+ contentfulId: "e1713614646843"
228
+ }]
229
+ }, {
230
+ text: "Plumbing",
231
+ url: "/plumbing-link",
232
+ contentfulId: "2b994646843"
233
+ }, {
234
+ text: "Agriculture",
235
+ url: "/agriculture-link",
236
+ contentfulId: "13165b994646843"
237
+ }, {
238
+ text: "Rail",
239
+ url: "/rail-link",
240
+ contentfulId: "94646843"
241
+ }, {
242
+ text: "Sheet Metal",
243
+ contentfulId: "765-2b993",
244
+ links: [{
245
+ url: "/#overview",
246
+ text: "Sheet Metal Overview"
247
+ }, {
248
+ url: "/link",
249
+ text: "Estimating3"
250
+ }, {
251
+ url: "/link",
252
+ text: "Takeoff3"
253
+ }, {
254
+ url: "/link",
255
+ text: "Pricing Services3"
256
+ }, {
257
+ url: "/link",
258
+ text: "Design/Detailing3"
259
+ }, {
260
+ url: "/link",
261
+ text: "BIM Collaboration3"
262
+ }]
263
+ }, {
264
+ text: "HVAC",
265
+ contentfulId: "e9e61610a-2b993",
266
+ links: [{
267
+ url: "/#overview",
268
+ text: "HVAC Overview",
269
+ contentfulId: "e9e0b994646843"
270
+ }, {
271
+ url: "/link",
272
+ text: "Pricing Services4",
273
+ contentfulId: "e9e01147-2b994646131343"
274
+ }, {
275
+ url: "/link",
276
+ text: "Design/Detailing4",
277
+ contentfulId: "e9e0918989b993",
278
+ links: [{
279
+ url: "/#overview",
280
+ text: "HVAC Overview",
281
+ contentfulId: "e9e0194646843"
282
+ }, {
283
+ url: "/link",
284
+ text: "Pricing Services 4",
285
+ contentfulId: "e9e011471371343"
286
+ }, {
287
+ url: "/link",
288
+ text: "Design/Detailing 4",
289
+ contentfulId: "e9e01147-4646843"
290
+ }, {
291
+ url: "/#overview",
292
+ text: "HVAC",
293
+ contentfulId: "e9e01147-2b9946443"
294
+ }, {
295
+ url: "/link",
296
+ text: "Pricing Services4",
297
+ contentfulId: "e9e994646843"
298
+ }, {
299
+ url: "/link",
300
+ text: "Design",
301
+ contentfulId: "e9e01147-2b91313646843"
302
+ }, {
303
+ url: "/link",
304
+ text: " Detailing 4",
305
+ contentfulId: "e9e0114646843"
306
+ }, {
307
+ url: "/link",
308
+ text: "Project Details",
309
+ contentfulId: "e9e01843"
310
+ }, {
311
+ url: "/link",
312
+ text: "Project Scoping",
313
+ contentfulId: "e9e011873"
314
+ }]
315
+ }, {
316
+ url: "/link",
317
+ text: "Project Management4",
318
+ contentfulId: "e9e09167762b993",
319
+ links: [{
320
+ url: "/#overview",
321
+ text: "HVAC Overview",
322
+ contentfulId: "e9e01131394646843"
323
+ }, {
324
+ url: "/link",
325
+ text: "Pricing Services4",
326
+ contentfulId: "e9e7171994646843"
327
+ }, {
328
+ url: "/link",
329
+ text: "Design/Detailing4",
330
+ contentfulId: "e9e01144446843"
331
+ }, {
332
+ url: "/#overview",
333
+ text: "HVAC Overview",
334
+ contentfulId: "e9e07761346843"
335
+ }, {
336
+ url: "/link",
337
+ text: "Pricing Services4",
338
+ contentfulId: "e9e01140909646843"
339
+ }, {
340
+ url: "/link",
341
+ text: "Design/Detailing4",
342
+ contentfulId: "e9e13134646843"
343
+ }]
344
+ }, {
345
+ url: "/link",
346
+ text: "BIM Collaboration4",
347
+ contentfulId: "e9e096414516993",
348
+ links: [{
349
+ url: "/#overview",
350
+ text: "HVAC Overview",
351
+ contentfulId: "e9e048484646843"
352
+ }, {
353
+ url: "/link",
354
+ text: "Pricing Services4",
355
+ contentfulId: "e9e6969494986843"
356
+ }]
357
+ }]
358
+ }]
359
+ };
360
+ var partnersCategory = {
361
+ type: "category",
362
+ text: "Products",
363
+ featuredLinksTitle: "Featured Links",
364
+ contentfulId: "e9e0910a-2b99-5bb1-ba9b-97e2dfe45e63",
365
+ featuredLinks: [{
366
+ url: "/#products",
367
+ text: "All Products"
368
+ }, {
369
+ url: "/1",
370
+ text: "What's New"
371
+ }],
372
+ links: [{
373
+ text: "Partners",
374
+ contentfulId: "e9e097771618-2b993",
375
+ links: [{
376
+ imageUrl: _logoPcMiller["default"],
377
+ altText: "This is the alt text.",
378
+ url: "/link",
379
+ text: "PCMiller",
380
+ description: "PC Miller do eiusmod tempor iolore magna aliqua. Ut enim ad."
381
+ }, {
382
+ imageUrl: _logoCopilot["default"],
383
+ altText: "This is the alt text.",
384
+ url: "/4",
385
+ text: "Copilot",
386
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua."
387
+ }, {
388
+ imageUrl: _logoAppian["default"],
389
+ altText: "This is the alt text.",
390
+ url: "/5",
391
+ text: "Appian",
392
+ description: "Appian incididunt ut labore et dolore magna aliqua. Ut enim ad."
393
+ }, {
394
+ imageUrl: _logoMileOn["default"],
395
+ altText: "This is the alt text.",
396
+ url: "/6",
397
+ text: "Mile On",
398
+ description: "Mile On do eiusmod tempor incididuniqua. Ut enim ad."
399
+ }]
400
+ }]
401
+ };
402
+ var partnersCategory2 = {
403
+ type: "category",
404
+ text: "Products",
405
+ contentfulId: "e9e551410a-2b993",
406
+ featuredLinksTitle: "Featured Links",
407
+ featuredLinks: [{
408
+ url: "/#products",
409
+ text: "All Products"
410
+ }, {
411
+ url: "/1",
412
+ text: "What's New"
413
+ }],
414
+ links: [{
415
+ text: "Gold Partners",
416
+ contentfulId: "e9e09191328b993",
417
+ links: [{
418
+ imageUrl: _logoPcMiller["default"],
419
+ altText: "This is the alt text.",
420
+ url: "/link",
421
+ text: "PCMiller",
422
+ description: "PC Miller do eiusmod tempor iolore magna aliqua. Ut enim ad."
423
+ }, {
424
+ imageUrl: _logoCopilot["default"],
425
+ altText: "This is the alt text.",
426
+ url: "/4",
427
+ text: "Copilot",
428
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua."
429
+ }, {
430
+ imageUrl: _logoAppian["default"],
431
+ altText: "This is the alt text.",
432
+ url: "/5",
433
+ text: "Appian",
434
+ description: "Appian incididunt ut labore et dolore magna aliqua. Ut enim ad."
435
+ }, {
436
+ imageUrl: _logoMileOn["default"],
437
+ altText: "This is the alt text.",
438
+ url: "/6",
439
+ text: "Mile On",
440
+ description: "Mile On do eiusmod tempor incididuniqua. Ut enim ad."
441
+ }]
442
+ }, {
443
+ text: "Silver Partners",
444
+ contentfulId: "e9e079781322b993",
445
+ links: [{
446
+ imageUrl: _logoPcMiller["default"],
447
+ altText: "This is the alt text.",
448
+ url: "/link",
449
+ text: "PCMiller",
450
+ description: "PC Miller do eiusmod tempor iolore magna aliqua. Ut enim ad."
451
+ }, {
452
+ imageUrl: _logoCopilot["default"],
453
+ altText: "This is the alt text.",
454
+ url: "/4",
455
+ text: "Copilot",
456
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua."
457
+ }, {
458
+ imageUrl: _logoAppian["default"],
459
+ altText: "This is the alt text.",
460
+ url: "/5",
461
+ text: "Appian",
462
+ description: "Appian incididunt ut labore et dolore magna aliqua. Ut enim ad."
463
+ }, {
464
+ imageUrl: _logoMileOn["default"],
465
+ altText: "This is the alt text.",
466
+ url: "/6",
467
+ text: "Mile On",
468
+ description: "Mile On do eiusmod tempor incididuniqua. Ut enim ad."
469
+ }]
470
+ }, {
471
+ text: "Bronze Partners",
472
+ contentfulId: "e9e13612b993",
473
+ links: [{
474
+ imageUrl: _logoPcMiller["default"],
475
+ altText: "This is the alt text.",
476
+ url: "/link",
477
+ text: "PCMiller",
478
+ description: "PC Miller do eiusmod tempor iolore magna aliqua. Ut enim ad."
479
+ }, {
480
+ imageUrl: _logoCopilot["default"],
481
+ altText: "This is the alt text.",
482
+ url: "/4",
483
+ text: "Copilot",
484
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua."
485
+ }, {
486
+ imageUrl: _logoAppian["default"],
487
+ altText: "This is the alt text.",
488
+ url: "/5",
489
+ text: "Appian",
490
+ description: "Appian incididunt ut labore et dolore magna aliqua. Ut enim ad."
491
+ }, {
492
+ imageUrl: _logoMileOn["default"],
493
+ altText: "This is the alt text.",
494
+ url: "/6",
495
+ text: "Mile On",
496
+ description: "Mile On do eiusmod tempor incididuniqua. Ut enim ad."
497
+ }]
498
+ }, {
499
+ text: "Partners",
500
+ contentfulId: "e9e1361352b993",
501
+ links: [{
502
+ imageUrl: _logoPcMiller["default"],
503
+ altText: "This is the alt text.",
504
+ url: "/link",
505
+ text: "PCMiller",
506
+ description: "PC Miller do eiusmod tempor iolore magna aliqua. Ut enim ad."
507
+ }, {
508
+ imageUrl: _logoCopilot["default"],
509
+ altText: "This is the alt text.",
510
+ url: "/4",
511
+ text: "Copilot",
512
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua."
513
+ }, {
514
+ imageUrl: _logoAppian["default"],
515
+ altText: "This is the alt text.",
516
+ url: "/5",
517
+ text: "Appian",
518
+ description: "Appian incididunt ut labore et dolore magna aliqua. Ut enim ad."
519
+ }, {
520
+ imageUrl: _logoMileOn["default"],
521
+ altText: "This is the alt text.",
522
+ url: "/6",
523
+ text: "Mile On",
524
+ description: "Mile On do eiusmod tempor incididuniqua. Ut enim ad."
525
+ }]
526
+ }, {
527
+ text: "Partners 2",
528
+ contentfulId: "613-e9e0910a-2b993",
529
+ links: [{
530
+ imageUrl: _logoPcMiller["default"],
531
+ altText: "This is the alt text.",
532
+ contentfulId: "12312731142323",
533
+ url: "/link",
534
+ text: "PCMiller",
535
+ description: "PC Miller do eiusmod tempor iolore magna aliqua. Ut enim ad."
536
+ }, {
537
+ imageUrl: _logoCopilot["default"],
538
+ altText: "This is the alt text.",
539
+ url: "/4",
540
+ contentfulId: "123127312142323413",
541
+ text: "Copilot",
542
+ description: "Copilot do eiusmod tempor incididunt ut labore et dolore magna aliqua."
543
+ }, {
544
+ imageUrl: _logoAppian["default"],
545
+ contentfulId: "12312731231234123432",
546
+ altText: "This is the alt text.",
547
+ url: "/5",
548
+ text: "Appian",
549
+ description: "Appian incididunt ut labore et dolore magna aliqua. Ut enim ad."
550
+ }, {
551
+ imageUrl: _logoMileOn["default"],
552
+ contentfulId: "12312731212342133",
553
+ altText: "This is the alt text.",
554
+ url: "/6",
555
+ text: "Mile On",
556
+ description: "Mile On do eiusmod tempor incididuniqua. Ut enim ad."
557
+ }]
558
+ }]
559
+ };
560
+ var solutionsCategory = {
561
+ type: "category",
562
+ text: "Solutions",
563
+ contentfulId: "e9e0910a-2b99-5bb1-ba9b-97e2dfe45f233",
564
+ featuredLinks: [{
565
+ url: "/#products",
566
+ text: "All Products",
567
+ contentfulId: "1231273112312323"
568
+ }, {
569
+ url: "/2",
570
+ text: "What's New",
571
+ contentfulId: "1231273112435134523"
572
+ }, {
573
+ url: "/3",
574
+ text: "What's Newer",
575
+ contentfulId: "1231273123412343223"
576
+ }, {
577
+ url: "/4",
578
+ text: "What's Newest",
579
+ contentfulId: "12312731634613123"
580
+ }, {
581
+ url: "/5",
582
+ text: "What's Cutting Edge",
583
+ contentfulId: "1231273341234213123"
584
+ }, {
585
+ url: "/6",
586
+ text: "Other New Content",
587
+ contentfulId: "12312734251234123"
588
+ }, {
589
+ url: "/7",
590
+ text: "Click Here",
591
+ contentfulId: "123127311234123423"
592
+ }],
593
+ links: [{
594
+ text: "Plumbing",
595
+ contentfulId: "71361-e9e0910a-2b993",
596
+ links: [{
597
+ url: "/#overview",
598
+ text: "Plumbing Overview",
599
+ contentfulId: "12312731213671363"
600
+ }, {
601
+ url: "/link",
602
+ text: "Estimating3",
603
+ contentfulId: "412341231273123"
604
+ }, {
605
+ url: "/link",
606
+ text: "Takeoff3",
607
+ contentfulId: "152531231273123"
608
+ }, {
609
+ url: "/link",
610
+ text: "Pricing Services3",
611
+ contentfulId: "515121231273123"
612
+ }, {
613
+ url: "/link",
614
+ text: "BIM Collaboration3",
615
+ contentfulId: "11234231273123"
616
+ }]
617
+ }, {
618
+ text: "Plumbing2",
619
+ contentfulId: "e9e0910a-2b993-073126",
620
+ links: [{
621
+ url: "/#overview",
622
+ text: "Plumbing Overview",
623
+ contentfulId: "12312731212431233"
624
+ }, {
625
+ url: "/link",
626
+ text: "Estimating3",
627
+ contentfulId: "123127312991383"
628
+ }]
629
+ }, {
630
+ text: "Ipsum Sed Viverra",
631
+ contentfulId: "e9e-0910ada231-2b993",
632
+ links: [{
633
+ url: "/#overview",
634
+ text: "Sheet Metal Overview",
635
+ contentfulId: "e9e0asd646843"
636
+ }, {
637
+ url: "/link",
638
+ text: "Supercalifrag",
639
+ contentfulId: "e9e0910a-2b993",
640
+ links: [{
641
+ url: "/#overview",
642
+ text: "Sheet Metal Overview",
643
+ contentfulId: "e9b-97e2dfe45231f233"
644
+ }, {
645
+ url: "/link",
646
+ text: "Supercalifrag",
647
+ contentfulId: "e9e0910a-2b3123"
648
+ }, {
649
+ url: "/link",
650
+ text: "Project Management4",
651
+ contentfulId: "e9e0971b993"
652
+ }, {
653
+ url: "/link",
654
+ text: "Ipsum Sed Viverra",
655
+ contentfulId: "e9e0tst-2b993"
656
+ }, {
657
+ url: "/#overview",
658
+ text: "Sheet Metal Overview",
659
+ contentfulId: "e99b-97e2dfe45f233"
660
+ }]
661
+ }, {
662
+ url: "/link",
663
+ text: "Project Management4",
664
+ contentfulId: "e9e08719-9-993"
665
+ }, {
666
+ url: "/link",
667
+ text: "Ipsum Sed Viverra",
668
+ contentfulId: "dsaf9e0910a-2b993"
669
+ }]
670
+ }, {
671
+ text: "HVAC",
672
+ contentfulId: "e9e-0910a-2b993",
673
+ links: [{
674
+ url: "/#overview",
675
+ text: "HVAC Overview",
676
+ contentfulId: "12312731214423"
677
+ }, {
678
+ url: "/link",
679
+ text: "Estimating5",
680
+ contentfulId: "1231273129993"
681
+ }, {
682
+ url: "/link",
683
+ text: "Takeoff5",
684
+ contentfulId: "1231273121309138723"
685
+ }, {
686
+ url: "/link",
687
+ text: "Pricing Services5",
688
+ contentfulId: "12312731142343223"
689
+ }, {
690
+ url: "/link",
691
+ text: "Project Management5",
692
+ contentfulId: "1231273119918323"
693
+ }, {
694
+ url: "/link",
695
+ text: "BIM Collaboration5",
696
+ contentfulId: "123127312317133"
697
+ }]
698
+ }, {
699
+ text: "Plumbing 2",
700
+ contentfulId: "e9e0-910a-2b993",
701
+ links: [{
702
+ url: "/#overview",
703
+ text: "Plumbing Overview",
704
+ contentfulId: "1231273123133131"
705
+ }, {
706
+ url: "/link",
707
+ text: "Estimating3",
708
+ contentfulId: "112342231273123"
709
+ }, {
710
+ url: "/link",
711
+ text: "Takeoff3",
712
+ contentfulId: "12312717173123"
713
+ }, {
714
+ url: "/link",
715
+ text: "Pricing Services3",
716
+ contentfulId: "1231273123421123"
717
+ }, {
718
+ url: "/link",
719
+ text: "BIM Collaboration3",
720
+ contentfulId: "1111231273123"
721
+ }]
722
+ }]
723
+ };
724
+ var solutionsCategorySector = {
725
+ type: "category",
726
+ text: "Solutions",
727
+ contentfulId: "e9e0910a-21414b99-5e45f233",
728
+ featuredLinks: [{
729
+ url: "/#products",
730
+ text: "All Products",
731
+ contentfulId: "e9e0910a-2b9914341233"
732
+ }, {
733
+ url: "/2",
734
+ text: "What's New",
735
+ contentfulId: "e9e0910a-2b9931441"
736
+ }, {
737
+ url: "/3",
738
+ text: "What's Newer",
739
+ contentfulId: "e9e2431-2b993"
740
+ }, {
741
+ url: "/4",
742
+ text: "What's Newest",
743
+ contentfulId: "e9e09-b993"
744
+ }],
745
+ links: [{
746
+ text: "Plumbing",
747
+ contentfulId: "e9e-41-2b993",
748
+ links: [{
749
+ url: "/#overview",
750
+ text: "Plumbing Overview",
751
+ contentfulId: "e942a-2b993"
752
+ }, {
753
+ url: "/link",
754
+ text: "Estimating3",
755
+ contentfulId: "e9e091051993"
756
+ }, {
757
+ url: "/link",
758
+ text: "Takeoff3",
759
+ contentfulId: "e9e0916993"
760
+ }, {
761
+ url: "/link",
762
+ text: "Pricing Services3",
763
+ contentfulId: "e9e091089993"
764
+ }, {
765
+ url: "/link",
766
+ text: "BIM Collaboration3",
767
+ contentfulId: "e12b993"
768
+ }]
769
+ }, {
770
+ text: "Ipsum Sed Viverra",
771
+ contentfulId: "e9e1193",
772
+ links: [{
773
+ url: "/#overview",
774
+ text: "Sheet Metal Overview",
775
+ contentfulId: "e9e144b993"
776
+ }, {
777
+ url: "/link",
778
+ text: "Supercalifrag",
779
+ contentfulId: "e9e041b993",
780
+ links: [{
781
+ url: "/#overview",
782
+ text: "Sheet Metal Overview",
783
+ contentfulId: "e9e02135b993"
784
+ }, {
785
+ url: "/link",
786
+ text: "Supercalifrag",
787
+ contentfulId: "Supercalifrag-e9432b993"
788
+ }, {
789
+ url: "/link",
790
+ text: "Project Management4",
791
+ contentfulId: "Project Management4e9e089083"
792
+ }]
793
+ }, {
794
+ url: "/link",
795
+ text: "Project Management4",
796
+ contentfulId: "e9e09fdsafa-2b993"
797
+ }, {
798
+ url: "/link",
799
+ text: "Ipsum Sed Viverra",
800
+ contentfulId: "e9e09151s93"
801
+ }]
802
+ }, {
803
+ text: "Plumbing 2",
804
+ contentfulId: "e9e09187879b993",
805
+ links: [{
806
+ url: "/#overview",
807
+ text: "Plumbing Overview",
808
+ contentfulId: "12312731213313"
809
+ }, {
810
+ url: "/link",
811
+ text: "Estimating3",
812
+ contentfulId: "12312731221423"
813
+ }, {
814
+ url: "/link",
815
+ text: "Takeoff3",
816
+ contentfulId: "123127312313123"
817
+ }, {
818
+ url: "/link",
819
+ text: "Pricing Services3",
820
+ contentfulId: "12312731231634"
821
+ }, {
822
+ url: "/link",
823
+ text: "BIM Collaboration3",
824
+ contentfulId: "123127312313131"
825
+ }]
826
+ }]
827
+ };
828
+ var solutionsCategoryMaxContent = {
829
+ type: "category",
830
+ contentfulId: "e9e0910a-2b99234-5bb1-ba9b-97e2dfe45f233",
831
+ text: "Solutions",
832
+ featuredLinks: [{
833
+ url: "/#products",
834
+ text: "All Products",
835
+ contentfulId: "1231273123"
836
+ }, {
837
+ url: "/2",
838
+ text: "What's New",
839
+ contentfulId: "123127312344"
840
+ }, {
841
+ url: "/3",
842
+ text: "What's Newer",
843
+ contentfulId: "123127312322"
844
+ }, {
845
+ url: "/4",
846
+ text: "What's Newest",
847
+ contentfulId: "123127312311"
848
+ }, {
849
+ url: "/5",
850
+ text: "What's Cutting Edge",
851
+ contentfulId: "12312731233113"
852
+ }, {
853
+ url: "/6",
854
+ text: "Other New Content",
855
+ contentfulId: "1231273123176165"
856
+ }, {
857
+ url: "/7",
858
+ text: "Click Here",
859
+ contentfulId: "1231273123451231234gf"
860
+ }],
861
+ links: [{
862
+ text: "Mechanical",
863
+ contentfulId: "e9e091515512b993",
864
+ links: [{
865
+ url: "/#overview",
866
+ text: "Mechanical Overview",
867
+ contentfulId: "123127312313"
868
+ }, {
869
+ url: "/link",
870
+ text: "Estimating1",
871
+ contentfulId: "12312731231441"
872
+ }, {
873
+ url: "/link",
874
+ text: "Takeoff1",
875
+ contentfulId: "12312731277783"
876
+ }, {
877
+ url: "/link",
878
+ text: "Pricing Services1",
879
+ contentfulId: "12312731241413"
880
+ }, {
881
+ url: "/link",
882
+ text: "Design/Detailing1",
883
+ contentfulId: "1231273129904873"
884
+ }, {
885
+ url: "/link",
886
+ text: "Project Management1",
887
+ contentfulId: "1231271919234453123"
888
+ }]
889
+ }, {
890
+ text: "Electrical",
891
+ contentfulId: "e9e09106662b993",
892
+ links: [{
893
+ url: "/#overview",
894
+ text: "Electrical Overview",
895
+ contentfulId: "e9e01147-2b994646843131313"
896
+ }, {
897
+ url: "/link",
898
+ text: "Estimating2"
899
+ }, {
900
+ url: "/link",
901
+ text: "Takeoff2"
902
+ }, {
903
+ url: "/link",
904
+ text: "Pricing Services2"
905
+ }, {
906
+ url: "/link",
907
+ text: "Design/Detailing2"
908
+ }, {
909
+ url: "/link",
910
+ text: "Project Management2"
911
+ }, {
912
+ url: "/link",
913
+ text: "BIM Collaboration2"
914
+ }]
915
+ }, {
916
+ text: "Plumbing",
917
+ contentfulId: "e1119e0910a-2b993",
918
+ links: [{
919
+ url: "/#overview",
920
+ text: "Plumbing Overview",
921
+ contentfulId: "123127312313212"
922
+ }, {
923
+ url: "/link",
924
+ text: "Estimating3",
925
+ contentfulId: "123127312471364133"
926
+ }, {
927
+ url: "/link",
928
+ text: "Takeoff3",
929
+ contentfulId: "1231273121331313"
930
+ }, {
931
+ url: "/link",
932
+ text: "Pricing Services3",
933
+ contentfulId: "123127312991873"
934
+ }, {
935
+ url: "/link",
936
+ text: "BIM Collaboration3",
937
+ contentfulId: "12312731231234123423"
938
+ }]
939
+ }, {
940
+ text: "Sheet Metal",
941
+ contentfulId: "e9e0911431993",
942
+ links: [{
943
+ url: "/#overview",
944
+ text: "Sheet Metal Overview",
945
+ contentfulId: "e9e01994646843"
946
+ }, {
947
+ url: "/link",
948
+ text: "Design/Detailing4",
949
+ contentfulId: "13147-2b994646843"
950
+ }, {
951
+ url: "/link",
952
+ text: "Project Management4",
953
+ contentfulId: "5342b994646843"
954
+ }, {
955
+ url: "/link",
956
+ text: "BIM Collaboration4",
957
+ contentfulId: "8872b994646843"
958
+ }]
959
+ }, {
960
+ text: "HVAC",
961
+ contentfulId: "e9e04141b993",
962
+ links: [{
963
+ url: "/#overview",
964
+ text: "HVAC Overview",
965
+ contentfulId: "e31b994646843"
966
+ }, {
967
+ url: "/link",
968
+ text: "Estimating5",
969
+ contentfulId: "e9e13131b994646843"
970
+ }, {
971
+ url: "/link",
972
+ text: "Takeoff5",
973
+ contentfulId: "e9e01878994646843"
974
+ }, {
975
+ url: "/link",
976
+ text: "Pricing Services5",
977
+ contentfulId: "e1331194646843"
978
+ }, {
979
+ url: "/link",
980
+ text: "Project Management5",
981
+ contentfulId: "e9e011869646843"
982
+ }, {
983
+ url: "/link",
984
+ text: "BIM Collaboration5",
985
+ contentfulId: "e9e07763153646843"
986
+ }]
987
+ }, {
988
+ text: "Sheet Metal",
989
+ contentfulId: "e9eteteb993",
990
+ links: [{
991
+ url: "/#overview",
992
+ text: "Sheet Metal Overview",
993
+ contentfulId: "43"
994
+ }, {
995
+ url: "/link",
996
+ text: "Design/Detailing4",
997
+ contentfulId: "e9e011156843"
998
+ }, {
999
+ url: "/link",
1000
+ text: "Project Management4",
1001
+ contentfulId: "e9e0994646843"
1002
+ }, {
1003
+ url: "/link",
1004
+ text: "BIM Collaboration4",
1005
+ contentfulId: "94646843"
1006
+ }]
1007
+ }, {
1008
+ text: "Plumbing",
1009
+ contentfulId: "e9e091311345993",
1010
+ links: [{
1011
+ url: "/#overview",
1012
+ text: "Plumbing Overview",
1013
+ contentfulId: "e94646843"
1014
+ }, {
1015
+ url: "/link",
1016
+ text: "Estimating3",
1017
+ contentfulId: "e4646843"
1018
+ }, {
1019
+ url: "/link",
1020
+ text: "Takeoff3",
1021
+ contentfulId: "01147-2b994646843"
1022
+ }, {
1023
+ url: "/link",
1024
+ text: "Pricing Services3",
1025
+ contentfulId: "e9e0114843"
1026
+ }, {
1027
+ url: "/link",
1028
+ text: "BIM Collaboration3",
1029
+ contentfulId: "4646843"
1030
+ }]
1031
+ }]
1032
+ };
1033
+ var servicesCategory = {
1034
+ type: "links",
1035
+ text: "Services",
1036
+ contentfulId: "e9e0910a2341dfe45f233",
1037
+ links: [{
1038
+ url: "/link",
1039
+ text: "Link One",
1040
+ contentfulId: "46843"
1041
+ }, {
1042
+ url: "/link",
1043
+ text: "Link Two",
1044
+ contentfulId: "2b994646843"
1045
+ }, {
1046
+ url: "/link",
1047
+ text: "Supercalifrag",
1048
+ contentfulId: "e9e01146843"
1049
+ }, {
1050
+ url: "/link",
1051
+ text: "Link Four",
1052
+ contentfulId: "754646843"
1053
+ }, {
1054
+ url: "/link",
1055
+ text: "Ipsum Sed Viverra",
1056
+ contentfulId: "4646843"
1057
+ }, {
1058
+ url: "/link",
1059
+ text: "Link Six",
1060
+ contentfulId: "558594646843"
1061
+ }]
1062
+ };
1063
+ var resourcesCategory = {
1064
+ type: "links",
1065
+ text: "Resources",
1066
+ contentfulId: "e9e0910a-2b99-5bb1-ba9b-97e2dfe45fsdfas233",
1067
+ links: [{
1068
+ url: "/link",
1069
+ text: "Link One",
1070
+ contentfulId: "e97-2b994646843"
1071
+ }, {
1072
+ url: "/link",
1073
+ text: "Link Two",
1074
+ contentfulId: "e9e01147-2b994646843"
1075
+ }, {
1076
+ url: "/link",
1077
+ text: "Link Three",
1078
+ contentfulId: "1231270003123"
1079
+ }]
1080
+ };
1081
+ var resourcesCategorySector = (_resourcesCategorySec = {
1082
+ type: "category",
1083
+ text: "Resources",
1084
+ contentfulId: "e914514110a-2b993",
1085
+ featuredLinks: [{
1086
+ url: "/#products",
1087
+ text: "All Products",
1088
+ contentfulId: "e9e0910a-2b99234-5bb1dfe45f233"
1089
+ }, {
1090
+ url: "/2",
1091
+ text: "What's New",
1092
+ contentfulId: "e9e0910a-253497e2dfe45f233"
1093
+ }, {
1094
+ url: "/3",
1095
+ text: "What's Newer",
1096
+ contentfulId: "e9e0910a-2b99234-13dfe45f233"
1097
+ }, {
1098
+ url: "/4",
1099
+ text: "What's Newest",
1100
+ contentfulId: "e9e09134-5bb1-ba9b-97e2dfe45f233"
1101
+ }, {
1102
+ url: "/5",
1103
+ text: "What's Cutting Edge",
1104
+ contentfulId: "e9e0910a-2b9-ba9b-97e2dfe45f233"
1105
+ }, {
1106
+ url: "/6",
1107
+ text: "Other New Content",
1108
+ contentfulId: "e9e091119234-5bb1-ba9b-97e2dfe45f233"
1109
+ }, {
1110
+ url: "/7",
1111
+ text: "Click Here"
1112
+ }]
1113
+ }, (0, _defineProperty2["default"])(_resourcesCategorySec, "contentfulId", "e9e091414142878b993"), (0, _defineProperty2["default"])(_resourcesCategorySec, "links", [{
1114
+ text: "Resources",
1115
+ contentfulId: "e9e0910a-2b993-ef6a7",
1116
+ links: [{
1117
+ url: "/#overview",
1118
+ text: "Plumbing Overview",
1119
+ contentfulId: "e9e091097e2dfe45f233"
1120
+ }, {
1121
+ url: "/link",
1122
+ text: "Estimating3",
1123
+ contentfulId: "e9e091414145f233"
1124
+ }, {
1125
+ url: "/link",
1126
+ text: "Takeoff3",
1127
+ contentfulId: "1-ba9b-97e2dfe45f233"
1128
+ }, {
1129
+ url: "/link",
1130
+ text: "Pricing Services3",
1131
+ contentfulId: "e9e0910a-2b99215f233"
1132
+ }, {
1133
+ url: "/link",
1134
+ text: "BIM Collaboration3",
1135
+ contentfulId: "e9e0910a-97e2dfe45f233"
1136
+ }]
1137
+ }]), _resourcesCategorySec);
1138
+ var logo = {
1139
+ url: _trimbleLogoBlueSvg["default"],
1140
+ altText: "Trimble Logo",
1141
+ link: {
1142
+ url: "/link"
1143
+ }
1144
+ };
1145
+ var rightLinks = [{
1146
+ url: "/link",
1147
+ text: "Contact Us"
1148
+ }];
1149
+ var menuLink = {
1150
+ type: "link",
1151
+ url: "/process",
1152
+ text: "Process"
1153
+ };
1154
+ var menuLinkTwo = {
1155
+ type: "link",
1156
+ url: "/training",
1157
+ text: "Training"
1158
+ };
1159
+ var menuLinkThree = {
1160
+ type: "link",
1161
+ url: "/store",
1162
+ text: "Store"
1163
+ };
1164
+ var login = {
1165
+ content: {
1166
+ text: "Sign In",
1167
+ list: [{
1168
+ text: "My Apps",
1169
+ url: "/",
1170
+ machineName: "my-apps"
1171
+ }, {
1172
+ text: "Manage My Account",
1173
+ url: "/",
1174
+ machineName: "manage-account"
1175
+ }, {
1176
+ text: "Sign out",
1177
+ url: "/",
1178
+ machineName: "sign-out"
1179
+ }]
1180
+ },
1181
+ userInformation: {
1182
+ name: "Laura Shamus",
1183
+ email: "laura_shamus@trimble.com",
1184
+ image: {
1185
+ url: "https://fpoimg.com/500x500",
1186
+ altText: "Placeholder image"
1187
+ }
1188
+ },
1189
+ loggedIn: true,
1190
+ setLoggedin: (0, _addonActions.action)("Set log in"),
1191
+ handleLogin: (0, _addonActions.action)("login user"),
1192
+ handleLogout: (0, _addonActions.action)("logout user")
1193
+ };
1194
+ var sectorFlyoutData = {
1195
+ searchPlaceholder: "Search All Trimble Sites",
1196
+ logo: {
1197
+ url: _trimbleLogoWhiteSvg["default"],
1198
+ altText: "Trimble Logo",
1199
+ link: {
1200
+ url: "/link"
1201
+ }
1202
+ },
1203
+ links: [{
1204
+ url: "#",
1205
+ text: "Trimble.com"
1206
+ }, {
1207
+ url: "#",
1208
+ text: "Our Industries"
1209
+ }, {
1210
+ url: "#",
1211
+ text: "Another link"
1212
+ }],
1213
+ authenticatedLinks: [{
1214
+ url: "#",
1215
+ text: "Profile"
1216
+ }, {
1217
+ url: "#",
1218
+ text: "My Products"
1219
+ }, {
1220
+ url: "#",
1221
+ text: "Manage Accounts"
1222
+ }, {
1223
+ url: "#",
1224
+ text: "Support"
1225
+ }],
1226
+ login: true,
1227
+ authenticated: false,
1228
+ disableSearch: false,
1229
+ mobileLabel: "Explore Trimble"
1230
+ };
1231
+ var subNavOptionsEllipses = {
1232
+ breadcrumbs: [{
1233
+ __typename: "ContentfulNavigationCategory",
1234
+ id: "f85d1127-596d-53f8-b050-2702cfdc7d96",
1235
+ title: "Products",
1236
+ slug: null
1237
+ }, {
1238
+ node_locale: "en-US",
1239
+ __typename: "ContentfulPage",
1240
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1241
+ slug: "products-category",
1242
+ title: "Products Category Page"
1243
+ }, {
1244
+ __typename: "ContentfulPage",
1245
+ slug: "product-4",
1246
+ title: "Product 4",
1247
+ id: "0086fda8-f55a-528d-b185-72edd635e920"
1248
+ }, {
1249
+ __typename: "ContentfulPage",
1250
+ slug: "product-4.1",
1251
+ title: "Product 4.1",
1252
+ id: "0086fda8-f55a-528d-b185-72edd635e921"
1253
+ }, {
1254
+ __typename: "ContentfulPage",
1255
+ slug: "product-4.2",
1256
+ title: "Product 4.2",
1257
+ id: "0086fda8-f55a-528d-b185-72edd635e922"
1258
+ }, {
1259
+ __typename: "ContentfulPage",
1260
+ slug: "product-4.3",
1261
+ title: "Product 4.3",
1262
+ id: "0086fda8-f55a-528d-b185-72edd635e923"
1263
+ }, {
1264
+ __typename: "ContentfulPage",
1265
+ slug: "product-4.4",
1266
+ title: "Product 4.4",
1267
+ id: "0086fda8-f55a-528d-b185-72edd635e924"
1268
+ }, {
1269
+ __typename: "ContentfulPage",
1270
+ slug: "product-4.5",
1271
+ title: "Product 4.5",
1272
+ id: "0086fda8-f55a-528d-b185-72edd635e925"
1273
+ }],
1274
+ siblingPages: [{
1275
+ id: "7ee1787e-c886-5157-b1eb-f54287d09383",
1276
+ __typename: "ContentfulPage",
1277
+ node_locale: "en-US",
1278
+ slug: "product-7",
1279
+ pageName: "Product 7",
1280
+ parentBreadcrumb: {
1281
+ node_locale: "en-US",
1282
+ __typename: "ContentfulPage",
1283
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1284
+ slug: "products-category",
1285
+ title: "Products Category Page"
1286
+ }
1287
+ }, {
1288
+ id: "0086fda8-f55a-528d-b185-72edd635e920",
1289
+ __typename: "ContentfulPage",
1290
+ node_locale: "en-US",
1291
+ slug: "product-4",
1292
+ pageName: "Product 4",
1293
+ parentBreadcrumb: {
1294
+ node_locale: "en-US",
1295
+ __typename: "ContentfulPage",
1296
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1297
+ slug: "products-category",
1298
+ title: "Products Category Page"
1299
+ }
1300
+ }, {
1301
+ __typename: "ContentfulPage",
1302
+ slug: "product-4.5",
1303
+ pageName: "Product 4.5",
1304
+ id: "0086fda8-f55a-528d-b185-72edd635e923",
1305
+ parentBreadcrumb: {
1306
+ node_locale: "en-US",
1307
+ __typename: "ContentfulPage",
1308
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1309
+ slug: "products-category",
1310
+ title: "Products Category Page"
1311
+ }
1312
+ }]
1313
+ };
1314
+ var subNavOptions = {
1315
+ breadcrumbs: [{
1316
+ __typename: "ContentfulNavigationCategory",
1317
+ id: "f85d1127-596d-53f8-b050-2702cfdc7d96",
1318
+ title: "Products",
1319
+ slug: null
1320
+ }, {
1321
+ node_locale: "en-US",
1322
+ __typename: "ContentfulPage",
1323
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1324
+ slug: "en-us/products-category",
1325
+ title: "Products Category Page"
1326
+ }, {
1327
+ __typename: "ContentfulPage",
1328
+ slug: "en-us/product-4",
1329
+ title: "Product 4",
1330
+ id: "0086fda8-f55a-528d-b185-72edd635e920"
1331
+ }],
1332
+ siblingPages: [{
1333
+ id: "7ee1787e-c886-5157-b1eb-f54287d09383",
1334
+ __typename: "ContentfulPage",
1335
+ node_locale: "en-US",
1336
+ slug: "product-7",
1337
+ pageName: "Product 7",
1338
+ parentBreadcrumb: {
1339
+ node_locale: "en-US",
1340
+ __typename: "ContentfulPage",
1341
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1342
+ slug: "products-category",
1343
+ title: "Products Category Page"
1344
+ }
1345
+ }, {
1346
+ id: "0086fda8-f55a-528d-b185-72edd635e920",
1347
+ __typename: "ContentfulPage",
1348
+ node_locale: "en-US",
1349
+ slug: "product-4",
1350
+ pageName: "Product 4",
1351
+ parentBreadcrumb: {
1352
+ node_locale: "en-US",
1353
+ __typename: "ContentfulPage",
1354
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1355
+ slug: "products-category",
1356
+ title: "Products Category Page"
1357
+ }
1358
+ }, {
1359
+ __typename: "ContentfulPage",
1360
+ slug: "product-4.5",
1361
+ pageName: "Product 4.5",
1362
+ id: "0086fda8-f55a-528d-b185-72edd635e923",
1363
+ parentBreadcrumb: {
1364
+ node_locale: "en-US",
1365
+ __typename: "ContentfulPage",
1366
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1367
+ slug: "products-category",
1368
+ title: "Products Category Page"
1369
+ }
1370
+ }]
1371
+ };
1372
+ var subNavOptionsCarat = {
1373
+ breadcrumbs: [{
1374
+ __typename: "ContentfulNavigationCategory",
1375
+ id: "f85d1127-596d-53f8-b050-2702cfdc7d96",
1376
+ title: "Products",
1377
+ slug: null
1378
+ }, {
1379
+ node_locale: "en-US",
1380
+ __typename: "ContentfulPage",
1381
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1382
+ slug: "en-us/products-category",
1383
+ title: "Products Category Page"
1384
+ }, {
1385
+ __typename: "ContentfulPage",
1386
+ slug: "en-us/product-4",
1387
+ title: "Product 4",
1388
+ id: "0086fda8-f55a-528d-b185-72edd635e920"
1389
+ }],
1390
+ siblingPages: [{
1391
+ id: "7ee1787e-c886-5157-b1eb-f54287d09383",
1392
+ __typename: "ContentfulPage",
1393
+ node_locale: "en-US",
1394
+ slug: "product-7",
1395
+ pageName: "Product 7",
1396
+ parentBreadcrumb: {
1397
+ node_locale: "en-US",
1398
+ __typename: "ContentfulPage",
1399
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1400
+ slug: "products-category",
1401
+ title: "Products Category Page"
1402
+ }
1403
+ }, {
1404
+ id: "0086fda8-f55a-528d-b185-72edd635e920",
1405
+ __typename: "ContentfulPage",
1406
+ node_locale: "en-US",
1407
+ slug: "product-4",
1408
+ pageName: "Product 4",
1409
+ parentBreadcrumb: {
1410
+ node_locale: "en-US",
1411
+ __typename: "ContentfulPage",
1412
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1413
+ slug: "products-category",
1414
+ title: "Products Category Page"
1415
+ }
1416
+ }, {
1417
+ __typename: "ContentfulPage",
1418
+ slug: "product-4.5",
1419
+ pageName: "Product 4.5",
1420
+ id: "0086fda8-f55a-528d-b185-72edd635e923",
1421
+ parentBreadcrumb: {
1422
+ node_locale: "en-US",
1423
+ __typename: "ContentfulPage",
1424
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1425
+ slug: "products-category",
1426
+ title: "Products Category Page"
1427
+ }
1428
+ }, {
1429
+ __typename: "ContentfulPage",
1430
+ slug: "product-5",
1431
+ pageName: "Product 5",
1432
+ id: "0086fda8-f55a-528d-b185-72edd635e923",
1433
+ parentBreadcrumb: {
1434
+ node_locale: "en-US",
1435
+ __typename: "ContentfulPage",
1436
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1437
+ slug: "products-category",
1438
+ title: "Products Category Page"
1439
+ }
1440
+ }]
1441
+ };
1442
+ var subNavOptionsCaratEllipses = {
1443
+ breadcrumbs: [{
1444
+ __typename: "ContentfulNavigationCategory",
1445
+ id: "f85d1127-596d-53f8-b050-2702cfdc7d96",
1446
+ title: "Products",
1447
+ slug: null
1448
+ }, {
1449
+ node_locale: "en-US",
1450
+ __typename: "ContentfulPage",
1451
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1452
+ slug: "en-us/products-category",
1453
+ title: "Products Category Page"
1454
+ }, {
1455
+ __typename: "ContentfulPage",
1456
+ slug: "en-us/product-4",
1457
+ title: "Product 4",
1458
+ id: "0086fda8-f55a-528d-b185-72edd635e920"
1459
+ }, {
1460
+ __typename: "ContentfulPage",
1461
+ slug: "en-us/product-8",
1462
+ title: "Product 8",
1463
+ id: "0086fda8-f55a-528d-b185-72edd635e928"
1464
+ }, {
1465
+ __typename: "ContentfulPage",
1466
+ slug: "en-us/product-7",
1467
+ title: "Product 7",
1468
+ id: "0086fda8-f55a-528d-b185-72edd635e927"
1469
+ }],
1470
+ siblingPages: [{
1471
+ id: "7ee1787e-c886-5157-b1eb-f54287d09383",
1472
+ __typename: "ContentfulPage",
1473
+ node_locale: "en-US",
1474
+ slug: "product-7",
1475
+ pageName: "Product 7",
1476
+ parentBreadcrumb: {
1477
+ node_locale: "en-US",
1478
+ __typename: "ContentfulPage",
1479
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1480
+ slug: "products-category",
1481
+ title: "Products Category Page"
1482
+ }
1483
+ }, {
1484
+ id: "0086fda8-f55a-528d-b185-72edd635e920",
1485
+ __typename: "ContentfulPage",
1486
+ node_locale: "en-US",
1487
+ slug: "product-4",
1488
+ pageName: "Product 4",
1489
+ parentBreadcrumb: {
1490
+ node_locale: "en-US",
1491
+ __typename: "ContentfulPage",
1492
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1493
+ slug: "products-category",
1494
+ title: "Products Category Page"
1495
+ }
1496
+ }, {
1497
+ __typename: "ContentfulPage",
1498
+ slug: "product-4.5",
1499
+ pageName: "Product 4.5",
1500
+ id: "0086fda8-f55a-528d-b185-72edd635e923",
1501
+ parentBreadcrumb: {
1502
+ node_locale: "en-US",
1503
+ __typename: "ContentfulPage",
1504
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1505
+ slug: "products-category",
1506
+ title: "Products Category Page"
1507
+ }
1508
+ }, {
1509
+ __typename: "ContentfulPage",
1510
+ slug: "product-5",
1511
+ pageName: "Product 5",
1512
+ id: "0086fda8-f55a-528d-b185-72edd635e923",
1513
+ parentBreadcrumb: {
1514
+ node_locale: "en-US",
1515
+ __typename: "ContentfulPage",
1516
+ id: "df41eda9-4752-51e1-baea-195ed0f38e55",
1517
+ slug: "products-category",
1518
+ title: "Products Category Page"
1519
+ }
1520
+ }]
1521
+ };
1522
+ var mockAuthLabels = {
1523
+ welcome: "Welcome",
1524
+ login: "Login",
1525
+ logout: "Logout",
1526
+ myAccount: "My Account",
1527
+ myDashboardLabel: "My Dashboard"
1528
+ };
1529
+ var navOptionsWithIcon = [{
1530
+ url: "/en/work-center",
1531
+ text: "Work Center",
1532
+ type: "link",
1533
+ icon: "mxp-icon-work-center",
1534
+ internalLink: false
1535
+ }, {
1536
+ url: "/en/applications",
1537
+ text: "Applications",
1538
+ type: "link",
1539
+ icon: "mxp-icon-applications"
1540
+ }, {
1541
+ icon: "mxp-icon-explore",
1542
+ text: "Explore",
1543
+ type: "category",
1544
+ contentfulId: "e9e09101313000b993",
1545
+ featuredLinksTitle: null,
1546
+ featuredLinks: [],
1547
+ links: [{
1548
+ url: "/en/explore/overview",
1549
+ text: "Overview",
1550
+ type: "link",
1551
+ contentfulId: "1231273123"
1552
+ }, {
1553
+ url: "/en/explore/design",
1554
+ text: "Design",
1555
+ type: "link",
1556
+ contentfulId: "12311234273123"
1557
+ }, {
1558
+ url: "/en/explore/estimating",
1559
+ text: "Estimating",
1560
+ type: "link",
1561
+ contentfulId: "12312734312413123"
1562
+ }, {
1563
+ url: "/en/explore/erp",
1564
+ text: "ERP",
1565
+ type: "link",
1566
+ contentfulId: "123127318171723"
1567
+ }, {
1568
+ url: "/en/explore/project-management",
1569
+ text: "Project Management",
1570
+ type: "link",
1571
+ contentfulId: "1231218717161573123"
1572
+ }, {
1573
+ url: "/en/explore/service-management",
1574
+ text: "Service Management",
1575
+ type: "link",
1576
+ contentfulId: "1231273413241234123"
1577
+ }, {
1578
+ url: "/en/explore/hr-management",
1579
+ text: "HR Management",
1580
+ type: "link",
1581
+ contentfulId: "7979787"
1582
+ }]
1583
+ }];
1584
+ var sectorWithIconsWhiteLogo = {
1585
+ url: "//images.ctfassets.net/u6dt4dql5puc/3mGoVk5YqwOlbKRJcUjEdC/69c70a07adc462e179befa06bb36d2c6/TCO-Logo-_Trimble-Hero-White.svg",
1586
+ altText: "Trimble Logo",
1587
+ link: {
1588
+ url: "/en/work-center"
1589
+ }
1590
+ };
1591
+ var sectorWithIconsBlueLogo = {
1592
+ url: "//images.ctfassets.net/u6dt4dql5puc/4YNvHEnDuTbY2265plp2Ic/444c24d2827ad3097fc44a91ace05f4e/tc-one-dark.svg",
1593
+ altText: "Trimble Logo",
1594
+ link: {
1595
+ url: "/en/applications"
1596
+ }
1597
+ };
1598
+ var userProfile = {
1599
+ email: "userbennyorange@gmail.com",
1600
+ firstName: "Benny",
1601
+ fullName: "Benny Orange",
1602
+ id: "911ed235-5381-46fe-8816-88dcd7359666",
1603
+ initials: "BO",
1604
+ lastName: "Orange",
1605
+ username: "userbennyorange@gmail.com"
1606
+ };
1607
+ var SearchComponent = function SearchComponent() {
1608
+ return /*#__PURE__*/_react["default"].createElement("div", null, "Search Component");
1609
+ };
1610
+ var sectorWithiconsRightLinks = [{
1611
+ __typename: "ContentfulPageBase",
1612
+ id: "6fc39c4d-0c44-5363-b7ab-631dedf8722e",
1613
+ title: "Contact Us",
1614
+ pageName: "Contact Us",
1615
+ slug: "contact-us",
1616
+ isPublicPage: true,
1617
+ url: "/en/contact-us",
1618
+ text: "Contact Us",
1619
+ type: "link"
1620
+ }];
1621
+ var waffleMenu = {
1622
+ links: [{
1623
+ "title": "Sketchup",
1624
+ "description": "3D modeling software",
1625
+ "linkText": "Try it now!",
1626
+ "externalUrl": "https://www.sketchup.com/"
1627
+ }, {
1628
+ "title": "Sonic screwdriver",
1629
+ "description": "Multifunctional device",
1630
+ "linkText": "Learn more!",
1631
+ "externalUrl": "https://en.wikipedia.org/wiki/Sonic_screwdriver"
1632
+ }],
1633
+ cta: {
1634
+ "title": "Discover",
1635
+ "url": "/en/solutions/overview"
1636
+ }
1637
+ };
1638
+ var _default = {
1639
+ component: _NavBar["default"],
1640
+ title: "Utility Components/Navigation Bar",
1641
+ parameters: {
1642
+ docs: {
1643
+ page: _NavigationBarDocumentation["default"]
1644
+ }
1645
+ }
1646
+ };
1647
+ exports["default"] = _default;
1648
+ var NavBarCorporate = function NavBarCorporate() {
1649
+ var _useState = (0, _react.useState)(false),
1650
+ _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
1651
+ languageSelectorDeployed = _useState2[0],
1652
+ setLanguageSelectorDeployed = _useState2[1];
1653
+ var _useState3 = (0, _react.useState)(false),
1654
+ _useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
1655
+ searchDeployed = _useState4[0],
1656
+ setSearchDeployed = _useState4[1];
1657
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1658
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1659
+ };
1660
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1661
+ style: {
1662
+ position: "relative",
1663
+ height: "200vh"
1664
+ }
1665
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1666
+ Link: _reactRouterDom.NavLink,
1667
+ searchSubmit: (0, _addonActions.action)("searching"),
1668
+ rightLinks: rightLinks,
1669
+ logo: logo,
1670
+ divisionName: "Global",
1671
+ navCTA: navCTA,
1672
+ featuredLink: featuredLink,
1673
+ isExpanded: false,
1674
+ disableSearch: false,
1675
+ disableLanguageRegion: false,
1676
+ disableSectorFlyOut: true,
1677
+ disableLogin: true,
1678
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
1679
+ login: mockLoggedOut,
1680
+ languageSelectorData: _languageSelectorData["default"],
1681
+ languageSelectorDeployed: languageSelectorDeployed,
1682
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1683
+ saveLanguage: (0, _addonActions.action)("save lang"),
1684
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1685
+ searchDeployed: searchDeployed,
1686
+ setSearchDeployed: setSearchDeployed
1687
+ })));
1688
+ };
1689
+ exports.NavBarCorporate = NavBarCorporate;
1690
+ var NavBarSector = function NavBarSector() {
1691
+ var _useState5 = (0, _react.useState)(false),
1692
+ _useState6 = (0, _slicedToArray2["default"])(_useState5, 2),
1693
+ languageSelectorDeployed = _useState6[0],
1694
+ setLanguageSelectorDeployed = _useState6[1];
1695
+ var _useState7 = (0, _react.useState)(false),
1696
+ _useState8 = (0, _slicedToArray2["default"])(_useState7, 2),
1697
+ searchDeployed = _useState8[0],
1698
+ setSearchDeployed = _useState8[1];
1699
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1700
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1701
+ };
1702
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1703
+ style: {
1704
+ position: "relative",
1705
+ height: "200vh"
1706
+ }
1707
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1708
+ Link: _reactRouterDom.NavLink,
1709
+ searchSubmit: (0, _addonActions.action)("searching"),
1710
+ rightLinks: rightLinks,
1711
+ logo: logo,
1712
+ divisionName: "Connected Construction",
1713
+ navCTA: navCTA,
1714
+ featuredLink: featuredLink,
1715
+ isExpanded: true,
1716
+ disableSectorFlyOut: true,
1717
+ navOptions: [partnersCategory, solutionsCategorySector, resourcesCategorySector, menuLink, menuLinkTwo, menuLinkThree],
1718
+ disableLogin: false,
1719
+ login: mockLoggedOut,
1720
+ languageSelectorData: _languageSelectorData["default"],
1721
+ languageSelectorDeployed: languageSelectorDeployed,
1722
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1723
+ saveLanguage: (0, _addonActions.action)("save lang"),
1724
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1725
+ setSearchDeployed: setSearchDeployed,
1726
+ searchDeployed: searchDeployed,
1727
+ authLabels: mockAuthLabels,
1728
+ waffleMenu: waffleMenu
1729
+ })));
1730
+ };
1731
+ exports.NavBarSector = NavBarSector;
1732
+ var NavBarSectorOverloaded = function NavBarSectorOverloaded() {
1733
+ var _useState9 = (0, _react.useState)(false),
1734
+ _useState10 = (0, _slicedToArray2["default"])(_useState9, 2),
1735
+ languageSelectorDeployed = _useState10[0],
1736
+ setLanguageSelectorDeployed = _useState10[1];
1737
+ var _useState11 = (0, _react.useState)(false),
1738
+ _useState12 = (0, _slicedToArray2["default"])(_useState11, 2),
1739
+ searchDeployed = _useState12[0],
1740
+ setSearchDeployed = _useState12[1];
1741
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1742
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1743
+ };
1744
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1745
+ style: {
1746
+ position: "relative",
1747
+ height: "200vh"
1748
+ }
1749
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1750
+ Link: _reactRouterDom.NavLink,
1751
+ languageSelectorData: _languageSelectorData["default"],
1752
+ searchSubmit: (0, _addonActions.action)("searching"),
1753
+ rightLinks: rightLinks,
1754
+ logo: logo,
1755
+ divisionName: "Connected Construction",
1756
+ navCTA: navCTA,
1757
+ featuredLink: featuredLink,
1758
+ isExpanded: true,
1759
+ disableSectorFlyOut: true,
1760
+ navOptions: [partnersCategory2, solutionsCategory, servicesCategory, resourcesCategorySector, menuLink, menuLinkTwo, menuLinkThree],
1761
+ disableLogin: false,
1762
+ login: mockLoggedOut,
1763
+ languageSelectorDeployed: languageSelectorDeployed,
1764
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1765
+ saveLanguage: (0, _addonActions.action)("save lang"),
1766
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1767
+ setSearchDeployed: setSearchDeployed,
1768
+ searchDeployed: searchDeployed,
1769
+ authLabels: mockAuthLabels,
1770
+ waffleMenu: waffleMenu
1771
+ })));
1772
+ };
1773
+ exports.NavBarSectorOverloaded = NavBarSectorOverloaded;
1774
+ var NavBarWithLogin = function NavBarWithLogin() {
1775
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1776
+ style: {
1777
+ position: "relative",
1778
+ height: "200vh"
1779
+ }
1780
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1781
+ Link: _reactRouterDom.NavLink,
1782
+ searchSubmit: (0, _addonActions.action)("searching"),
1783
+ rightLinks: rightLinks,
1784
+ logo: logo,
1785
+ divisionName: "SketchUp",
1786
+ navCTA: navCTA,
1787
+ disableSectorFlyOut: true,
1788
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo],
1789
+ loginEnabled: true,
1790
+ login: mockLoggedOut,
1791
+ languageSelectorData: _languageSelectorData["default"],
1792
+ saveLanguage: (0, _addonActions.action)("save lang"),
1793
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1794
+ authLabels: mockAuthLabels
1795
+ })));
1796
+ };
1797
+ var NavBarWithFlyout = function NavBarWithFlyout() {
1798
+ var _useState13 = (0, _react.useState)(false),
1799
+ _useState14 = (0, _slicedToArray2["default"])(_useState13, 2),
1800
+ sectorFlyoutDeployed = _useState14[0],
1801
+ setSectorFlyoutDeployed = _useState14[1];
1802
+ var _useState15 = (0, _react.useState)(false),
1803
+ _useState16 = (0, _slicedToArray2["default"])(_useState15, 2),
1804
+ languageSelectorDeployed = _useState16[0],
1805
+ setLanguageSelectorDeployed = _useState16[1];
1806
+ var _useState17 = (0, _react.useState)(false),
1807
+ _useState18 = (0, _slicedToArray2["default"])(_useState17, 2),
1808
+ searchDeployed = _useState18[0],
1809
+ setSearchDeployed = _useState18[1];
1810
+ var _useState19 = (0, _react.useState)(false),
1811
+ _useState20 = (0, _slicedToArray2["default"])(_useState19, 2),
1812
+ globalSearch = _useState20[0],
1813
+ setGlobalSearch = _useState20[1];
1814
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1815
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1816
+ };
1817
+ var handleSectorFlyoutDeployed = function handleSectorFlyoutDeployed(flyoutDeployed) {
1818
+ setSectorFlyoutDeployed(flyoutDeployed === undefined ? !sectorFlyoutDeployed : flyoutDeployed);
1819
+ };
1820
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1821
+ style: {
1822
+ position: "relative",
1823
+ height: "200vh"
1824
+ }
1825
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1826
+ Link: _reactRouterDom.NavLink,
1827
+ searchSubmit: (0, _addonActions.action)("searching"),
1828
+ rightLinks: rightLinks,
1829
+ logo: logo,
1830
+ divisionName: "Connected Construction",
1831
+ navCTA: navCTA,
1832
+ featuredLink: featuredLink,
1833
+ isExpanded: true,
1834
+ disableSectorFlyOut: false,
1835
+ navOptions: [partnersCategory, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
1836
+ setLanguage: (0, _addonActions.action)("set lang"),
1837
+ disableLogin: false,
1838
+ login: mockLoggedOut,
1839
+ handleSectorFlyoutDeployed: handleSectorFlyoutDeployed,
1840
+ sectorFlyoutDeployed: sectorFlyoutDeployed,
1841
+ sectorFlyoutData: sectorFlyoutData,
1842
+ searchFlyoutSubmit: (0, _addonActions.action)("searching"),
1843
+ languageSelectorData: _languageSelectorData["default"],
1844
+ languageSelectorDeployed: languageSelectorDeployed,
1845
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1846
+ saveLanguage: (0, _addonActions.action)("save lang"),
1847
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1848
+ setSearchDeployed: setSearchDeployed,
1849
+ searchDeployed: searchDeployed,
1850
+ authLabels: mockAuthLabels,
1851
+ setGlobalSearch: setGlobalSearch,
1852
+ globalSearch: globalSearch,
1853
+ waffleMenu: waffleMenu
1854
+ })));
1855
+ };
1856
+ exports.NavBarWithFlyout = NavBarWithFlyout;
1857
+ var NavBarCorporateWithSubnav = function NavBarCorporateWithSubnav() {
1858
+ var _useState21 = (0, _react.useState)(false),
1859
+ _useState22 = (0, _slicedToArray2["default"])(_useState21, 2),
1860
+ languageSelectorDeployed = _useState22[0],
1861
+ setLanguageSelectorDeployed = _useState22[1];
1862
+ var _useState23 = (0, _react.useState)(false),
1863
+ _useState24 = (0, _slicedToArray2["default"])(_useState23, 2),
1864
+ searchDeployed = _useState24[0],
1865
+ setSearchDeployed = _useState24[1];
1866
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1867
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1868
+ };
1869
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1870
+ style: {
1871
+ position: "relative",
1872
+ height: "200vh"
1873
+ }
1874
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1875
+ Link: _reactRouterDom.NavLink,
1876
+ searchSubmit: (0, _addonActions.action)("searching"),
1877
+ rightLinks: rightLinks,
1878
+ logo: logo,
1879
+ divisionName: "Global",
1880
+ navCTA: navCTA,
1881
+ featuredLink: featuredLink,
1882
+ isExpanded: false,
1883
+ disableSearch: false,
1884
+ disableLanguageRegion: false,
1885
+ disableSectorFlyOut: true,
1886
+ disableLogin: true,
1887
+ isSector: false,
1888
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
1889
+ login: mockLoggedOut,
1890
+ subNavData: subNavOptions,
1891
+ languageSelectorData: _languageSelectorData["default"],
1892
+ languageSelectorDeployed: languageSelectorDeployed,
1893
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1894
+ saveLanguage: (0, _addonActions.action)("save lang"),
1895
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1896
+ setSearchDeployed: setSearchDeployed,
1897
+ searchDeployed: searchDeployed
1898
+ })));
1899
+ };
1900
+ exports.NavBarCorporateWithSubnav = NavBarCorporateWithSubnav;
1901
+ var NavBarCorporateWithDarkGreySubnav = function NavBarCorporateWithDarkGreySubnav() {
1902
+ var _useState25 = (0, _react.useState)(false),
1903
+ _useState26 = (0, _slicedToArray2["default"])(_useState25, 2),
1904
+ languageSelectorDeployed = _useState26[0],
1905
+ setLanguageSelectorDeployed = _useState26[1];
1906
+ var _useState27 = (0, _react.useState)(false),
1907
+ _useState28 = (0, _slicedToArray2["default"])(_useState27, 2),
1908
+ searchDeployed = _useState28[0],
1909
+ setSearchDeployed = _useState28[1];
1910
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1911
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1912
+ };
1913
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1914
+ style: {
1915
+ position: "relative",
1916
+ height: "200vh"
1917
+ }
1918
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1919
+ Link: _reactRouterDom.NavLink,
1920
+ searchSubmit: (0, _addonActions.action)("searching"),
1921
+ rightLinks: rightLinks,
1922
+ logo: logo,
1923
+ divisionName: "Global",
1924
+ navCTA: navCTA,
1925
+ featuredLink: featuredLink,
1926
+ isExpanded: false,
1927
+ disableSearch: false,
1928
+ disableLanguageRegion: false,
1929
+ disableSectorFlyOut: true,
1930
+ disableLogin: true,
1931
+ isSector: false,
1932
+ subNavTheme: 'dark-gray',
1933
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
1934
+ login: mockLoggedOut,
1935
+ subNavData: subNavOptions,
1936
+ languageSelectorData: _languageSelectorData["default"],
1937
+ languageSelectorDeployed: languageSelectorDeployed,
1938
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1939
+ saveLanguage: (0, _addonActions.action)("save lang"),
1940
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1941
+ setSearchDeployed: setSearchDeployed,
1942
+ searchDeployed: searchDeployed
1943
+ })));
1944
+ };
1945
+ exports.NavBarCorporateWithDarkGreySubnav = NavBarCorporateWithDarkGreySubnav;
1946
+ var NavBarSectorWithSubnav = function NavBarSectorWithSubnav() {
1947
+ var _useState29 = (0, _react.useState)(false),
1948
+ _useState30 = (0, _slicedToArray2["default"])(_useState29, 2),
1949
+ languageSelectorDeployed = _useState30[0],
1950
+ setLanguageSelectorDeployed = _useState30[1];
1951
+ var _useState31 = (0, _react.useState)(false),
1952
+ _useState32 = (0, _slicedToArray2["default"])(_useState31, 2),
1953
+ searchDeployed = _useState32[0],
1954
+ setSearchDeployed = _useState32[1];
1955
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
1956
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
1957
+ };
1958
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
1959
+ style: {
1960
+ position: "relative",
1961
+ height: "200vh"
1962
+ }
1963
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
1964
+ Link: _reactRouterDom.NavLink,
1965
+ searchSubmit: (0, _addonActions.action)("searching"),
1966
+ rightLinks: rightLinks,
1967
+ logo: logo,
1968
+ divisionName: "Global",
1969
+ navCTA: navCTA,
1970
+ featuredLink: featuredLink,
1971
+ isExpanded: true,
1972
+ disableSearch: false,
1973
+ disableLanguageRegion: false,
1974
+ disableSectorFlyOut: true,
1975
+ disableLogin: true,
1976
+ navOptions: [categoryProducts, solutionsCategorySector, resourcesCategorySector, menuLink],
1977
+ login: mockLoggedOut,
1978
+ subNavTheme: blueTheme,
1979
+ subNavData: subNavOptions,
1980
+ languageSelectorData: _languageSelectorData["default"],
1981
+ languageSelectorDeployed: languageSelectorDeployed,
1982
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
1983
+ saveLanguage: (0, _addonActions.action)("save lang"),
1984
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
1985
+ setSearchDeployed: setSearchDeployed,
1986
+ searchDeployed: searchDeployed
1987
+ })));
1988
+ };
1989
+ exports.NavBarSectorWithSubnav = NavBarSectorWithSubnav;
1990
+ var NavBarCorporateWithSubnavAndUnder3Breadcrumbs = function NavBarCorporateWithSubnavAndUnder3Breadcrumbs() {
1991
+ var _useState33 = (0, _react.useState)(false),
1992
+ _useState34 = (0, _slicedToArray2["default"])(_useState33, 2),
1993
+ languageSelectorDeployed = _useState34[0],
1994
+ setLanguageSelectorDeployed = _useState34[1];
1995
+ var _useState35 = (0, _react.useState)(false),
1996
+ _useState36 = (0, _slicedToArray2["default"])(_useState35, 2),
1997
+ searchDeployed = _useState36[0],
1998
+ setSearchDeployed = _useState36[1];
1999
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
2000
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
2001
+ };
2002
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
2003
+ style: {
2004
+ position: "relative",
2005
+ height: "200vh"
2006
+ }
2007
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
2008
+ Link: _reactRouterDom.NavLink,
2009
+ searchSubmit: (0, _addonActions.action)("searching"),
2010
+ rightLinks: rightLinks,
2011
+ logo: logo,
2012
+ divisionName: "Global",
2013
+ navCTA: navCTA,
2014
+ featuredLink: featuredLink,
2015
+ isExpanded: false,
2016
+ disableSearch: false,
2017
+ disableLanguageRegion: false,
2018
+ disableSectorFlyOut: true,
2019
+ disableLogin: true,
2020
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
2021
+ login: mockLoggedOut,
2022
+ subNavData: subNavOptionsEllipses,
2023
+ languageSelectorData: _languageSelectorData["default"],
2024
+ languageSelectorDeployed: languageSelectorDeployed,
2025
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
2026
+ saveLanguage: (0, _addonActions.action)("save lang"),
2027
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
2028
+ setSearchDeployed: setSearchDeployed,
2029
+ searchDeployed: searchDeployed
2030
+ })));
2031
+ };
2032
+ exports.NavBarCorporateWithSubnavAndUnder3Breadcrumbs = NavBarCorporateWithSubnavAndUnder3Breadcrumbs;
2033
+ var NavBarCorporateWithSubnavAndUnder3SiblingsAndBreadcrumbs = function NavBarCorporateWithSubnavAndUnder3SiblingsAndBreadcrumbs() {
2034
+ var _useState37 = (0, _react.useState)(false),
2035
+ _useState38 = (0, _slicedToArray2["default"])(_useState37, 2),
2036
+ languageSelectorDeployed = _useState38[0],
2037
+ setLanguageSelectorDeployed = _useState38[1];
2038
+ var _useState39 = (0, _react.useState)(false),
2039
+ _useState40 = (0, _slicedToArray2["default"])(_useState39, 2),
2040
+ searchDeployed = _useState40[0],
2041
+ setSearchDeployed = _useState40[1];
2042
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
2043
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
2044
+ };
2045
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
2046
+ style: {
2047
+ position: "relative",
2048
+ height: "200vh"
2049
+ }
2050
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
2051
+ Link: _reactRouterDom.NavLink,
2052
+ searchSubmit: (0, _addonActions.action)("searching"),
2053
+ rightLinks: rightLinks,
2054
+ logo: logo,
2055
+ divisionName: "Global",
2056
+ navCTA: navCTA,
2057
+ featuredLink: featuredLink,
2058
+ isExpanded: false,
2059
+ disableSearch: false,
2060
+ disableLanguageRegion: false,
2061
+ disableSectorFlyOut: true,
2062
+ disableLogin: true,
2063
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
2064
+ login: mockLoggedOut,
2065
+ subNavData: subNavOptionsCaratEllipses,
2066
+ languageSelectorData: _languageSelectorData["default"],
2067
+ languageSelectorDeployed: languageSelectorDeployed,
2068
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
2069
+ saveLanguage: (0, _addonActions.action)("save lang"),
2070
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
2071
+ setSearchDeployed: setSearchDeployed,
2072
+ searchDeployed: searchDeployed
2073
+ })));
2074
+ };
2075
+ exports.NavBarCorporateWithSubnavAndUnder3SiblingsAndBreadcrumbs = NavBarCorporateWithSubnavAndUnder3SiblingsAndBreadcrumbs;
2076
+ var NavBarCorporateWithSubnavAndUnder3Siblings = function NavBarCorporateWithSubnavAndUnder3Siblings() {
2077
+ var _useState41 = (0, _react.useState)(false),
2078
+ _useState42 = (0, _slicedToArray2["default"])(_useState41, 2),
2079
+ languageSelectorDeployed = _useState42[0],
2080
+ setLanguageSelectorDeployed = _useState42[1];
2081
+ var _useState43 = (0, _react.useState)(false),
2082
+ _useState44 = (0, _slicedToArray2["default"])(_useState43, 2),
2083
+ searchDeployed = _useState44[0],
2084
+ setSearchDeployed = _useState44[1];
2085
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
2086
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
2087
+ };
2088
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
2089
+ style: {
2090
+ position: "relative",
2091
+ height: "200vh"
2092
+ }
2093
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
2094
+ Link: _reactRouterDom.NavLink,
2095
+ searchSubmit: (0, _addonActions.action)("searching"),
2096
+ rightLinks: rightLinks,
2097
+ logo: logo,
2098
+ divisionName: "Global",
2099
+ navCTA: navCTA,
2100
+ featuredLink: featuredLink,
2101
+ isExpanded: false,
2102
+ disableSearch: false,
2103
+ disableLanguageRegion: false,
2104
+ disableSectorFlyOut: true,
2105
+ disableLogin: true,
2106
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
2107
+ login: mockLoggedOut,
2108
+ subNavData: subNavOptionsCarat,
2109
+ languageSelectorData: _languageSelectorData["default"],
2110
+ languageSelectorDeployed: languageSelectorDeployed,
2111
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
2112
+ saveLanguage: (0, _addonActions.action)("save lang"),
2113
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
2114
+ setSearchDeployed: setSearchDeployed,
2115
+ searchDeployed: searchDeployed
2116
+ })));
2117
+ };
2118
+ exports.NavBarCorporateWithSubnavAndUnder3Siblings = NavBarCorporateWithSubnavAndUnder3Siblings;
2119
+ var NavBarWithDisabledLanguageSwitcher = function NavBarWithDisabledLanguageSwitcher() {
2120
+ var _useState45 = (0, _react.useState)(false),
2121
+ _useState46 = (0, _slicedToArray2["default"])(_useState45, 2),
2122
+ languageSelectorDeployed = _useState46[0],
2123
+ setLanguageSelectorDeployed = _useState46[1];
2124
+ var _useState47 = (0, _react.useState)(false),
2125
+ _useState48 = (0, _slicedToArray2["default"])(_useState47, 2),
2126
+ searchDeployed = _useState48[0],
2127
+ setSearchDeployed = _useState48[1];
2128
+ var handleLanguageSelectorDeployed = function handleLanguageSelectorDeployed(languageDeployed) {
2129
+ setLanguageSelectorDeployed(languageDeployed === undefined ? !languageSelectorDeployed : languageDeployed);
2130
+ };
2131
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
2132
+ style: {
2133
+ position: "relative",
2134
+ height: "200vh"
2135
+ }
2136
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
2137
+ Link: _reactRouterDom.NavLink,
2138
+ searchSubmit: (0, _addonActions.action)("searching"),
2139
+ rightLinks: rightLinks,
2140
+ logo: logo,
2141
+ divisionName: "Global",
2142
+ navCTA: navCTA,
2143
+ featuredLink: featuredLink,
2144
+ isExpanded: false,
2145
+ disableSearch: false,
2146
+ disableLanguageRegion: true,
2147
+ disableSectorFlyOut: true,
2148
+ disableLogin: true,
2149
+ navOptions: [categoryProducts, solutionsCategory, servicesCategory, resourcesCategory, menuLink, menuLinkTwo, menuLinkThree],
2150
+ login: mockLoggedOut,
2151
+ subNavData: subNavOptionsCarat,
2152
+ languageSelectorData: _languageSelectorData["default"],
2153
+ languageSelectorDeployed: languageSelectorDeployed,
2154
+ handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
2155
+ saveLanguage: (0, _addonActions.action)("save lang"),
2156
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
2157
+ setSearchDeployed: setSearchDeployed,
2158
+ searchDeployed: searchDeployed
2159
+ })));
2160
+ };
2161
+ exports.NavBarWithDisabledLanguageSwitcher = NavBarWithDisabledLanguageSwitcher;
2162
+ var NavBarSectorWithLogin = function NavBarSectorWithLogin() {
2163
+ var _useState49 = (0, _react.useState)(false),
2164
+ _useState50 = (0, _slicedToArray2["default"])(_useState49, 2),
2165
+ isAuthenticated = _useState50[0],
2166
+ setIsAuthenticated = _useState50[1];
2167
+ var _useState51 = (0, _react.useState)(true),
2168
+ _useState52 = (0, _slicedToArray2["default"])(_useState51, 2),
2169
+ disableMenus = _useState52[0],
2170
+ setDisableMenus = _useState52[1];
2171
+ var _useState53 = (0, _react.useState)("blue"),
2172
+ _useState54 = (0, _slicedToArray2["default"])(_useState53, 2),
2173
+ topNavtheme = _useState54[0],
2174
+ setTopNavtheme = _useState54[1];
2175
+ var _useState55 = (0, _react.useState)(sectorWithIconsWhiteLogo),
2176
+ _useState56 = (0, _slicedToArray2["default"])(_useState55, 2),
2177
+ sectorLogo = _useState56[0],
2178
+ setSectorLogo = _useState56[1];
2179
+ var handleClickLogin = function handleClickLogin() {
2180
+ setIsAuthenticated(true);
2181
+ setDisableMenus(false);
2182
+ setTopNavtheme("white");
2183
+ setSectorLogo(sectorWithIconsBlueLogo);
2184
+ };
2185
+ var handleClickLogout = function handleClickLogout() {
2186
+ setIsAuthenticated(false);
2187
+ setDisableMenus(true);
2188
+ setTopNavtheme("blue");
2189
+ setSectorLogo(sectorWithIconsWhiteLogo);
2190
+ };
2191
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
2192
+ style: {
2193
+ position: "relative",
2194
+ height: "200vh"
2195
+ }
2196
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
2197
+ Link: _reactRouterDom.NavLink,
2198
+ featuredLink: null,
2199
+ disableLanguageRegion: true,
2200
+ disableLogin: false,
2201
+ disableMenus: disableMenus,
2202
+ disableSearch: true,
2203
+ disableSectorFlyOut: true,
2204
+ displayIcons: true,
2205
+ displaySectorName: false,
2206
+ divisionName: "",
2207
+ isExpanded: true,
2208
+ languageSelectorDeployed: false,
2209
+ navOptions: navOptionsWithIcon,
2210
+ logo: sectorLogo,
2211
+ rightLinks: sectorWithiconsRightLinks,
2212
+ searchDeployed: false,
2213
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
2214
+ saveLanguage: (0, _addonActions.action)("save lang"),
2215
+ searchSubmit: (0, _addonActions.action)("searching"),
2216
+ subNavData: {
2217
+ breadcrumbs: [],
2218
+ siblingPages: []
2219
+ },
2220
+ navCTA: navCTA,
2221
+ loginEnabled: true,
2222
+ languageSelectorData: _languageSelectorData["default"],
2223
+ userProfile: userProfile,
2224
+ topNavTheme: topNavtheme,
2225
+ loginPage: function loginPage() {
2226
+ return handleClickLogin();
2227
+ },
2228
+ isAuthenticated: isAuthenticated,
2229
+ logout: function logout() {
2230
+ return handleClickLogout();
2231
+ },
2232
+ navigate: function navigate() {
2233
+ return (0, _addonActions.action)("navigate");
2234
+ },
2235
+ authLabels: {
2236
+ login: "Login",
2237
+ logout: "Logout",
2238
+ welcome: "Welcome"
2239
+ },
2240
+ menuBarTheme: "blue"
2241
+ })));
2242
+ };
2243
+ exports.NavBarSectorWithLogin = NavBarSectorWithLogin;
2244
+ var NavBarSectorWithIcons = function NavBarSectorWithIcons() {
2245
+ return /*#__PURE__*/_react["default"].createElement(_reactRouterDom.BrowserRouter, null, /*#__PURE__*/_react["default"].createElement("div", {
2246
+ style: {
2247
+ position: "relative",
2248
+ height: "200vh"
2249
+ }
2250
+ }, /*#__PURE__*/_react["default"].createElement(_NavBar["default"], {
2251
+ Link: _reactRouterDom.NavLink,
2252
+ isAuthenticated: false,
2253
+ isExpanded: true,
2254
+ languageSelectorDeployed: false,
2255
+ navOptions: navOptionsWithIcon,
2256
+ logo: sectorWithIconsBlueLogo,
2257
+ rightLinks: sectorWithiconsRightLinks,
2258
+ searchDeployed: false,
2259
+ searchComponent: /*#__PURE__*/_react["default"].createElement(SearchComponent, null),
2260
+ saveLanguage: (0, _addonActions.action)("save lang"),
2261
+ searchSubmit: (0, _addonActions.action)("searching"),
2262
+ subNavData: {
2263
+ breadcrumbs: [],
2264
+ siblingPages: []
2265
+ },
2266
+ navCTA: navCTA,
2267
+ loginEnabled: true,
2268
+ languageSelectorData: _languageSelectorData["default"],
2269
+ userProfile: undefined,
2270
+ loginPage: function loginPage() {
2271
+ return (0, _addonActions.action)("login page");
2272
+ },
2273
+ logout: function logout() {
2274
+ return (0, _addonActions.action)("logout");
2275
+ },
2276
+ navigate: function navigate() {
2277
+ return (0, _addonActions.action)("navigate");
2278
+ },
2279
+ authLabels: {
2280
+ login: "Login",
2281
+ logout: "Logout",
2282
+ welcome: "Welcome"
2283
+ },
2284
+ menuBarTheme: "blue",
2285
+ topNavTheme: "white",
2286
+ disableLanguageRegion: true,
2287
+ disableLogin: true,
2288
+ disableMenus: false,
2289
+ disableSearch: true,
2290
+ disableSectorFlyOut: true,
2291
+ displayIcons: true,
2292
+ displaySectorName: false,
2293
+ divisionName: "",
2294
+ featuredLink: null
2295
+ })));
2296
+ };
2297
+ exports.NavBarSectorWithIcons = NavBarSectorWithIcons;