UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

3 lines (2 loc) 850 B
"use client"; "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("./Footer.component.js"),r=require("./locale.json.js"),o=require("../locales/index.js"),s=require("../OneTrust/OneTrust.container.js");exports.FooterContainer=r=>e.jsx(t.default,{...r}),exports.SmartFooterContainer=({links:n=[],...i})=>{const l=o.useTranslate(r.default);return e.jsx(t.default,{...i,links:[{title:l("Website Terms of Use"),href:"https://hexagon.com/legal/terms-of-use"},{title:l("Cloud Services Agreement"),href:"https://legaldocs.hexagon.com/manufacturing-intelligence/MI%20Current/HMI%20Cloud%20Services%20Agreement.pdf"},{title:l("Privacy Notice"),href:"https://hexagon.com/legal/mi-privacy-notice"},...window.OneTrust?[{title:l("Cookie Preferences"),onClick:s.toggleOneTrustCookieDialog}]:[],...n]})};