highsoft-ui 1.0.151 → 1.0.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Footer-_P2pj3K7.js → Footer-ZdzuxuhY.js} +1 -1
- package/dist/{FooterLinks-CogdK_5Z.js → FooterLinks-HGxMx6Xz.js} +4 -0
- package/dist/components/Footer/FooterLinks.js +1 -1
- package/dist/components/Footer/index.js +1 -1
- package/dist/components/Modal/ModalContactFooter.js +2 -1
- package/dist/lib/components/Modal/ModalContactFooter.d.ts +3 -2
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import { t as o } from "./Logo-Bz0G2G-k.js";
|
|
|
7
7
|
import { t as s } from "./NewsletterSignup-DrcPfdrg.js";
|
|
8
8
|
import { t as c } from "./FooterBottom-CqpN8Wky.js";
|
|
9
9
|
import { t as l } from "./FooterHelp-Cb5sraAE.js";
|
|
10
|
-
import { t as u } from "./FooterLinks-
|
|
10
|
+
import { t as u } from "./FooterLinks-HGxMx6Xz.js";
|
|
11
11
|
import { t as d } from "./YoutubeModal-BBYdQil8.js";
|
|
12
12
|
import { jsx as f, jsxs as p } from "react/jsx-runtime";
|
|
13
13
|
var m = {
|
|
@@ -252,6 +252,10 @@ var u = {
|
|
|
252
252
|
title: "Standard License Agreement",
|
|
253
253
|
url: "https://shop.highcharts.com/license"
|
|
254
254
|
},
|
|
255
|
+
{
|
|
256
|
+
title: "Orbit Beta Agreement",
|
|
257
|
+
url: "https://shop.highcharts.com/license-orbit"
|
|
258
|
+
},
|
|
255
259
|
{
|
|
256
260
|
title: "Code of Conduct",
|
|
257
261
|
url: "https://www.highcharts.com/code-of-business-conduct-and-ethics"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../FooterLinks-
|
|
1
|
+
import { t as e } from "../../FooterLinks-HGxMx6Xz.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../Footer-
|
|
1
|
+
import { t as e } from "../../Footer-ZdzuxuhY.js";
|
|
2
2
|
export { e as Footer };
|
|
@@ -4,7 +4,7 @@ import { t as n } from "../../Typography-AvvBRu-u.js";
|
|
|
4
4
|
import { t as r } from "../../styles.module-BDcr8Smc.js";
|
|
5
5
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
6
6
|
//#region lib/components/Modal/ModalContactFooter.tsx
|
|
7
|
-
function o({ avatars: o, text: s = "Have more questions?", buttonLabel: c = "Connect with the sales team", buttonIcon: l = /* @__PURE__ */ i(e, {}), buttonHref: u, onButtonClick: d, buttonVariant: f = "transparent", buttonSize: p = 200 }) {
|
|
7
|
+
function o({ avatars: o, text: s = "Have more questions?", buttonLabel: c = "Connect with the sales team", buttonIcon: l = /* @__PURE__ */ i(e, {}), buttonHref: u, onButtonClick: d, buttonVariant: f = "transparent", buttonSize: p = 200, link: m }) {
|
|
8
8
|
return /* @__PURE__ */ a("div", {
|
|
9
9
|
className: r.contactFooter,
|
|
10
10
|
children: [
|
|
@@ -27,6 +27,7 @@ function o({ avatars: o, text: s = "Have more questions?", buttonLabel: c = "Con
|
|
|
27
27
|
size: p,
|
|
28
28
|
iconRight: l,
|
|
29
29
|
href: u,
|
|
30
|
+
as: m,
|
|
30
31
|
onClick: d,
|
|
31
32
|
children: c
|
|
32
33
|
})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import { ElementType, ReactNode } from 'react';
|
|
2
2
|
import { ButtonVariant, ButtonSize } from '../Button';
|
|
3
3
|
export interface ModalContactFooterProps {
|
|
4
4
|
/** Image URLs shown as a stacked row of round avatars on the left */
|
|
@@ -17,5 +17,6 @@ export interface ModalContactFooterProps {
|
|
|
17
17
|
buttonVariant?: ButtonVariant;
|
|
18
18
|
/** CTA button size */
|
|
19
19
|
buttonSize?: ButtonSize;
|
|
20
|
+
link?: ElementType;
|
|
20
21
|
}
|
|
21
|
-
export declare function ModalContactFooter({ avatars, text, buttonLabel, buttonIcon, buttonHref, onButtonClick, buttonVariant, buttonSize }: ModalContactFooterProps): import("react").JSX.Element;
|
|
22
|
+
export declare function ModalContactFooter({ avatars, text, buttonLabel, buttonIcon, buttonHref, onButtonClick, buttonVariant, buttonSize, link: Link }: ModalContactFooterProps): import("react").JSX.Element;
|
package/dist/main.js
CHANGED
|
@@ -23,7 +23,7 @@ import { n as A, t as j } from "./Label-CgiWi1v6.js";
|
|
|
23
23
|
import { t as M } from "./VideoCover-DqMDvzvA.js";
|
|
24
24
|
import { t as N } from "./VideoPlayer-Cq_garSg.js";
|
|
25
25
|
import { t as P } from "./VideoPlayerModal-D1v1O2kW.js";
|
|
26
|
-
import { t as F } from "./Footer-
|
|
26
|
+
import { t as F } from "./Footer-ZdzuxuhY.js";
|
|
27
27
|
import { n as I } from "./GPTInput-C0YG1990.js";
|
|
28
28
|
import { t as L } from "./Notification-B3skQvZE.js";
|
|
29
29
|
import { n as R, t as z } from "./Header-CVKH_INR.js";
|