@kvdbil/components 10.3.0 → 11.1.0
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/cjs/components/Breadcrumbs/BreadcrumbsItem.js +7 -7
- package/cjs/components/Breadcrumbs/index.js +1 -1
- package/cjs/components/Hero/index.js +30 -16
- package/cjs/components/Tabs/Tab.js +8 -6
- package/esm/components/Breadcrumbs/BreadcrumbsItem.js +5 -5
- package/esm/components/Breadcrumbs/index.js +2 -2
- package/esm/components/Hero/index.js +24 -10
- package/esm/components/Tabs/Tab.js +8 -6
- package/package.json +1 -1
- package/types/components/Breadcrumbs/index.d.ts +0 -2
- package/types/components/Hero/index.d.ts +6 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),l=require("../../typography/BodyText/index.js");function r(f){return f&&typeof f=="object"&&"default"in f?f:{default:f}}require("../../shared/media-queries.js");var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),l=require("../../typography/BodyText/index.js");function r(f){return f&&typeof f=="object"&&"default"in f?f:{default:f}}require("../../shared/media-queries.js");var n=r(e),o=r(t);const a=o.default.li`
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
margin: 0;
|
|
@@ -14,23 +14,23 @@
|
|
|
14
14
|
overflow: hidden;
|
|
15
15
|
text-overflow: ellipsis;
|
|
16
16
|
}
|
|
17
|
-
`,i=
|
|
17
|
+
`,i=o.default(l.BodyText)`
|
|
18
18
|
color: ${({theme:f})=>f.colors.text.dark};
|
|
19
19
|
overflow: hidden;
|
|
20
20
|
text-overflow: ellipsis;
|
|
21
|
-
`,d=
|
|
21
|
+
`,d=o.default.span`
|
|
22
22
|
display: inline-flex;
|
|
23
23
|
padding-right: 0.5rem;
|
|
24
24
|
svg {
|
|
25
25
|
width: 1rem;
|
|
26
26
|
height: 1rem;
|
|
27
27
|
}
|
|
28
|
-
`,s=
|
|
28
|
+
`,s=o.default.span`
|
|
29
29
|
display: inline-flex;
|
|
30
30
|
padding: 0 0.5rem;
|
|
31
31
|
color: ${({theme:f})=>f.colors.gray.light1};
|
|
32
32
|
svg {
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
33
|
+
width: 1rem;
|
|
34
|
+
height: 1rem;
|
|
35
35
|
}
|
|
36
|
-
`;exports.default=({link:f,separator:u,isLast:c})=>
|
|
36
|
+
`;exports.default=({link:f,separator:u,isLast:c})=>n.default.createElement(n.default.Fragment,null,n.default.createElement(a,null,f.prefixIcon&&n.default.createElement(d,null,f.prefixIcon),c?n.default.createElement(i,{as:"span"},f.component):n.default.createElement(n.default.Fragment,null,f.component,n.default.createElement(s,null,u))));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),r=require("./BreadcrumbsItem.js"),a=require("../../icons/components/
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),r=require("./BreadcrumbsItem.js"),a=require("../../icons/components/NextIcon.js");function l(u){return u&&typeof u=="object"&&"default"in u?u:{default:u}}require("../../typography/BodyText/index.js"),require("../../shared/media-queries.js");var n=l(e);const s=l(t).default.ul`
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
padding: 0;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),i=require("../../typography/Heading/index.js"),r=require("../Button/index.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),i=require("../../typography/Heading/index.js"),r=require("../Button/index.js"),n=require("../../shared/media-queries.js");function o(x){return x&&typeof x=="object"&&"default"in x?x:{default:x}}require("../../theme.js"),require("../Spinner/index.js"),require("../../typography/ButtonText/index.js"),require("../Button/styles.js");var a=o(e),l=o(t);const d=l.default.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
min-height: 440px;
|
|
4
4
|
background-size: cover;
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-direction: column;
|
|
7
|
-
`,
|
|
7
|
+
`,u=l.default.div`
|
|
8
8
|
pointer-events: ${({$pointerEvents:x})=>x};
|
|
9
9
|
position: relative;
|
|
10
10
|
display: flex;
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
padding: 50px;
|
|
15
15
|
z-index: 1;
|
|
16
16
|
flex: 1;
|
|
17
|
-
`,
|
|
17
|
+
`,s=l.default.iframe`
|
|
18
18
|
position: absolute;
|
|
19
19
|
width: 100%;
|
|
20
20
|
height: 100%;
|
|
21
21
|
top: 0;
|
|
22
22
|
left: 0;
|
|
23
|
-
`,c=x=>typeof x=="number",p=x=>typeof x=="string",
|
|
23
|
+
`,c=x=>typeof x=="number",p=x=>typeof x=="string",m=l.default.img`
|
|
24
24
|
position: absolute;
|
|
25
25
|
top: 0;
|
|
26
26
|
left: 0;
|
|
@@ -28,35 +28,49 @@
|
|
|
28
28
|
width: 100%;
|
|
29
29
|
object-fit: cover;
|
|
30
30
|
object-position: ${({$positionX:x,$positionY:v})=>c(x)&&c(v)?`${x}% ${v}%`:p(x)&&p(v)?`${x} ${v}`:x||v?`${(c(x)?`${x}%`:x)||"50%"} ${(c(v)?`${v}%`:v)||"50%"}`:"50% 50%"};
|
|
31
|
-
|
|
31
|
+
`,$=l.default.div`
|
|
32
32
|
width: 100%;
|
|
33
33
|
z-index: 1;
|
|
34
34
|
padding-left: 1rem;
|
|
35
35
|
padding-right: 1rem;
|
|
36
36
|
|
|
37
|
-
${
|
|
37
|
+
${n.mq("tablet")} {
|
|
38
38
|
padding-left: 1.5rem;
|
|
39
39
|
padding-right: 1.5rem;
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
`,f=l.default.div`
|
|
42
42
|
margin-top: 3rem;
|
|
43
|
-
margin-left: auto;
|
|
44
|
-
margin-right: auto;
|
|
45
43
|
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
${({$maxWidth:x,$dynamicGutter:v})=>!v&&`
|
|
45
|
+
width: 100%;
|
|
46
|
+
margin-left: auto;
|
|
47
|
+
margin-right: auto;
|
|
48
|
+
max-width: ${x}rem;
|
|
49
|
+
`}
|
|
50
|
+
|
|
51
|
+
${({$dynamicGutter:x})=>x&&`
|
|
52
|
+
${n.mq("tablet")} {
|
|
53
|
+
margin-left: ${x.tabletVw}vw;
|
|
54
|
+
margin-right: ${x.tabletVw}vw;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
${n.mq("laptop")} {
|
|
58
|
+
margin-left: ${x.laptopVw}vw;
|
|
59
|
+
margin-right: ${x.laptopVw}vw;
|
|
60
|
+
}
|
|
61
|
+
`}
|
|
48
62
|
|
|
49
|
-
${
|
|
63
|
+
${n.mq("laptop")} {
|
|
50
64
|
margin-top: 3.75rem;
|
|
51
65
|
}
|
|
52
|
-
`,g=
|
|
66
|
+
`,g=l.default(i.Display3)`
|
|
53
67
|
margin: 0;
|
|
54
68
|
color: ${({$color:x,theme:v})=>v.colors.text[x]};
|
|
55
|
-
`,h=
|
|
69
|
+
`,h=l.default(i.Title)`
|
|
56
70
|
margin: 0.25rem 0;
|
|
57
71
|
color: ${({$color:x,theme:v})=>v.colors.text[x]};
|
|
58
|
-
`,y=
|
|
72
|
+
`,y=l.default.a`
|
|
59
73
|
display: inline-block;
|
|
60
74
|
margin-top: 3rem;
|
|
61
75
|
text-decoration: none;
|
|
62
|
-
`;exports.default=({imageProps:x,containerStyle:v,videoProps:
|
|
76
|
+
`;exports.default=({imageProps:x,containerStyle:v,videoProps:j,children:E,align:G,direction:P,justify:V,contentMaxWidth:S=64,heading:q,headingColor:k="dark",subheading:w,buttonProps:b,dynamicGutter:W})=>{var B;const{autoplay:C=0,controls:H=0,disablekb:I=0,end:z,loop:M=0,modestbranding:T=1,start:X=0,showInfo:Y=0}=(j==null?void 0:j.ytConfig)||{};return a.default.createElement(d,{style:v},j?a.default.createElement(s,{"data-testid":"hero-video",title:"video-frame",src:`${j.src}?disabledkb=${I}&autoplay=${C}&controls=${H}&loop=${M}&modestbranding=${T}&start=${X}&showInfo=${Y}${z?`&end=${z}`:""}`,width:"100%",height:"100%",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0}):a.default.createElement(m,{$positionX:x==null?void 0:x.x,$positionY:x==null?void 0:x.y,src:x==null?void 0:x.src,alt:"Hero background"}),(q||w||b)&&a.default.createElement($,null,a.default.createElement(f,{$maxWidth:S,$dynamicGutter:W},q&&a.default.createElement(g,{as:"h1",$color:k},q),w&&a.default.createElement(h,{$color:k},w),b&&a.default.createElement(y,{href:b.link},a.default.createElement(r.Button,{size:"large",as:"span",color:(B=b==null?void 0:b.color)!=null?B:"secondary"},b.text)))),E&&a.default.createElement(u,{$pointerEvents:j?"none":"auto",$align:G||"flex-start",$direction:P||"column",$justify:V||"flex-start"},E))};
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),r=require("../Button/index.js"),o=require("../../utils/utils.js");function i(c){return c&&typeof c=="object"&&"default"in c?c:{default:c}}require("../../theme.js"),require("../Spinner/index.js"),require("../../typography/ButtonText/index.js"),require("../Button/styles.js");var a=i(e),s=i(t);const l=s.default.li`
|
|
2
2
|
list-style-type: none;
|
|
3
3
|
`,n=s.default(r.Button)`
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
&& {
|
|
5
|
+
margin-bottom: -3px;
|
|
6
|
+
padding: 0.875rem 1.375rem;
|
|
7
|
+
border-bottom: ${({theme:c,isActive:d,activeColor:p})=>d?`3px solid ${c.colors[p].main}`:"3px solid transparent"};
|
|
8
|
+
transition: color 0.3s ease, border 0.3s ease;
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
:focus-visible {
|
|
11
|
+
${({theme:c,isActive:d,activeColor:p})=>!d&&`background-color: ${o.hexToRGB(c.colors[p].main,.1)};
|
|
11
12
|
`}
|
|
13
|
+
}
|
|
12
14
|
}
|
|
13
15
|
`,u=e.forwardRef(({label:c,index:d=-1,isActive:p=!1,onClick:f,activeColor:m="secondary",isDisabled:x=!1,onKeyUp:v},y)=>a.default.createElement(l,{role:"presentation"},a.default.createElement(n,{tabIndex:p?0:-1,isActive:p,onClick:b=>f&&f(b,d),activeColor:m,isDisabled:x,variant:"flat",color:p?m:"neutral",id:`tab-${d}`,role:"tab","aria-selected":p?"true":"false","aria-controls":`tabpanel-${d}`,onKeyUp:b=>v&&v(b,d),ref:y},c)));u.displayName="Tab",exports.default=u;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import t from"react";import o from"styled-components";import{BodyTextStyle as l,BodyText as
|
|
1
|
+
import t from"react";import o from"styled-components";import{BodyTextStyle as l,BodyText as i}from"../../typography/BodyText/index.js";import"../../shared/media-queries.js";const a=o.li`
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
margin: 0;
|
|
@@ -14,7 +14,7 @@ import t from"react";import o from"styled-components";import{BodyTextStyle as l,
|
|
|
14
14
|
overflow: hidden;
|
|
15
15
|
text-overflow: ellipsis;
|
|
16
16
|
}
|
|
17
|
-
`,s=o(
|
|
17
|
+
`,s=o(i)`
|
|
18
18
|
color: ${({theme:e})=>e.colors.text.dark};
|
|
19
19
|
overflow: hidden;
|
|
20
20
|
text-overflow: ellipsis;
|
|
@@ -30,7 +30,7 @@ import t from"react";import o from"styled-components";import{BodyTextStyle as l,
|
|
|
30
30
|
padding: 0 0.5rem;
|
|
31
31
|
color: ${({theme:e})=>e.colors.gray.light1};
|
|
32
32
|
svg {
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
33
|
+
width: 1rem;
|
|
34
|
+
height: 1rem;
|
|
35
35
|
}
|
|
36
|
-
`,d=({link:e,separator:r,isLast:n})=>t.createElement(t.Fragment,null,t.createElement(
|
|
36
|
+
`,d=({link:e,separator:r,isLast:n})=>t.createElement(t.Fragment,null,t.createElement(a,null,e.prefixIcon&&t.createElement(m,null,e.prefixIcon),n?t.createElement(s,{as:"span"},e.component):t.createElement(t.Fragment,null,e.component,t.createElement(p,null,r))));export{d as default};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import e from"react";import n from"styled-components";import a from"./BreadcrumbsItem.js";import s from"../../icons/components/
|
|
1
|
+
import e from"react";import n from"styled-components";import a from"./BreadcrumbsItem.js";import s from"../../icons/components/NextIcon.js";import"../../typography/BodyText/index.js";import"../../shared/media-queries.js";const c=n.ul`
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
padding: 0;
|
|
5
5
|
white-space: nowrap;
|
|
6
6
|
overflow: hidden;
|
|
7
|
-
`,
|
|
7
|
+
`,i=({links:t,separator:o=e.createElement(s,null)})=>e.createElement(c,null,t.map((m,r)=>e.createElement(a,{key:r,link:m,separator:o,isLast:r===t.length-1})));export{i as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import r from"react";import n from"styled-components";import{Display3 as
|
|
1
|
+
import r from"react";import n from"styled-components";import{Display3 as V,Title as z}from"../../typography/Heading/index.js";import{Button as C}from"../Button/index.js";import{mq as i}from"../../shared/media-queries.js";import"../../theme.js";import"../Spinner/index.js";import"../../typography/ButtonText/index.js";import"../Button/styles.js";const H=n.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
min-height: 440px;
|
|
4
4
|
background-size: cover;
|
|
@@ -20,7 +20,7 @@ import r from"react";import n from"styled-components";import{Display3 as B,Title
|
|
|
20
20
|
height: 100%;
|
|
21
21
|
top: 0;
|
|
22
22
|
left: 0;
|
|
23
|
-
`,
|
|
23
|
+
`,c=e=>typeof e=="number",g=e=>typeof e=="string",_=({$positionX:e,$positionY:t})=>{if(c(e)&&c(t))return`${e}% ${t}%`;if(g(e)&&g(t))return`${e} ${t}`;if(e||t){const l=c(e)?`${e}%`:e,a=c(t)?`${t}%`:t;return`${l||"50%"} ${a||"50%"}`}return"50% 50%"},q=n.img`
|
|
24
24
|
position: absolute;
|
|
25
25
|
top: 0;
|
|
26
26
|
left: 0;
|
|
@@ -34,22 +34,36 @@ import r from"react";import n from"styled-components";import{Display3 as B,Title
|
|
|
34
34
|
padding-left: 1rem;
|
|
35
35
|
padding-right: 1rem;
|
|
36
36
|
|
|
37
|
-
${
|
|
37
|
+
${i("tablet")} {
|
|
38
38
|
padding-left: 1.5rem;
|
|
39
39
|
padding-right: 1.5rem;
|
|
40
40
|
}
|
|
41
41
|
`,T=n.div`
|
|
42
42
|
margin-top: 3rem;
|
|
43
|
-
margin-left: auto;
|
|
44
|
-
margin-right: auto;
|
|
45
43
|
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
${({$maxWidth:e,$dynamicGutter:t})=>!t&&`
|
|
45
|
+
width: 100%;
|
|
46
|
+
margin-left: auto;
|
|
47
|
+
margin-right: auto;
|
|
48
|
+
max-width: ${e}rem;
|
|
49
|
+
`}
|
|
50
|
+
|
|
51
|
+
${({$dynamicGutter:e})=>e&&`
|
|
52
|
+
${i("tablet")} {
|
|
53
|
+
margin-left: ${e.tabletVw}vw;
|
|
54
|
+
margin-right: ${e.tabletVw}vw;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
${i("laptop")} {
|
|
58
|
+
margin-left: ${e.laptopVw}vw;
|
|
59
|
+
margin-right: ${e.laptopVw}vw;
|
|
60
|
+
}
|
|
61
|
+
`}
|
|
48
62
|
|
|
49
|
-
${
|
|
63
|
+
${i("laptop")} {
|
|
50
64
|
margin-top: 3.75rem;
|
|
51
65
|
}
|
|
52
|
-
`,W=n(
|
|
66
|
+
`,W=n(V)`
|
|
53
67
|
margin: 0;
|
|
54
68
|
color: ${({$color:e,theme:t})=>t.colors.text[e]};
|
|
55
69
|
`,D=n(z)`
|
|
@@ -59,4 +73,4 @@ import r from"react";import n from"styled-components";import{Display3 as B,Title
|
|
|
59
73
|
display: inline-block;
|
|
60
74
|
margin-top: 3rem;
|
|
61
75
|
text-decoration: none;
|
|
62
|
-
`,L=({imageProps:e,containerStyle:t,videoProps:
|
|
76
|
+
`,L=({imageProps:e,containerStyle:t,videoProps:l,children:a,align:u,direction:$,justify:h,contentMaxWidth:x=64,heading:d,headingColor:s="dark",subheading:m,buttonProps:o,dynamicGutter:y})=>{var f;const{autoplay:v=0,controls:w=0,disablekb:b=0,end:p,loop:j=0,modestbranding:E=1,start:k=0,showInfo:B=0}=(l==null?void 0:l.ytConfig)||{};return r.createElement(H,{style:t},l?r.createElement(I,{"data-testid":"hero-video",title:"video-frame",src:`${l.src}?disabledkb=${b}&autoplay=${v}&controls=${w}&loop=${j}&modestbranding=${E}&start=${k}&showInfo=${B}${p?`&end=${p}`:""}`,width:"100%",height:"100%",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0}):r.createElement(q,{$positionX:e==null?void 0:e.x,$positionY:e==null?void 0:e.y,src:e==null?void 0:e.src,alt:"Hero background"}),(d||m||o)&&r.createElement(R,null,r.createElement(T,{$maxWidth:x,$dynamicGutter:y},d&&r.createElement(W,{as:"h1",$color:s},d),m&&r.createElement(D,{$color:s},m),o&&r.createElement(F,{href:o.link},r.createElement(C,{size:"large",as:"span",color:(f=o==null?void 0:o.color)!=null?f:"secondary"},o.text)))),a&&r.createElement(S,{$pointerEvents:l?"none":"auto",$align:u||"flex-start",$direction:$||"column",$justify:h||"flex-start"},a))};export{L as default};
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import l,{forwardRef as b}from"react";import m from"styled-components";import{Button as c}from"../Button/index.js";import{hexToRGB as f}from"../../utils/utils.js";import"../../theme.js";import"../Spinner/index.js";import"../../typography/ButtonText/index.js";import"../Button/styles.js";const u=m.li`
|
|
2
2
|
list-style-type: none;
|
|
3
3
|
`,y=m(c)`
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
&& {
|
|
5
|
+
margin-bottom: -3px;
|
|
6
|
+
padding: 0.875rem 1.375rem;
|
|
7
|
+
border-bottom: ${({theme:o,isActive:t,activeColor:e})=>t?`3px solid ${o.colors[e].main}`:"3px solid transparent"};
|
|
8
|
+
transition: color 0.3s ease, border 0.3s ease;
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
:focus-visible {
|
|
11
|
+
${({theme:o,isActive:t,activeColor:e})=>!t&&`background-color: ${f(o.colors[e].main,.1)};
|
|
11
12
|
`}
|
|
13
|
+
}
|
|
12
14
|
}
|
|
13
15
|
`,p=b(({label:o,index:t=-1,isActive:e=!1,onClick:a,activeColor:s="secondary",isDisabled:i=!1,onKeyUp:n},d)=>l.createElement(u,{role:"presentation"},l.createElement(y,{tabIndex:e?0:-1,isActive:e,onClick:r=>a&&a(r,t),activeColor:s,isDisabled:i,variant:"flat",color:e?s:"neutral",id:`tab-${t}`,role:"tab","aria-selected":e?"true":"false","aria-controls":`tabpanel-${t}`,onKeyUp:r=>n&&n(r,t),ref:d},o)));p.displayName="Tab";export{p as default};
|
package/package.json
CHANGED
|
@@ -7,6 +7,10 @@ declare type Direction = CSSProperties['flexDirection'];
|
|
|
7
7
|
declare type DarkOrLight = 'dark' | 'light';
|
|
8
8
|
declare type ObjectPositionX = number | 'center' | 'left' | 'right';
|
|
9
9
|
declare type ObjectPositionY = number | 'center' | 'top' | 'bottom';
|
|
10
|
+
declare type DynamicGutter = {
|
|
11
|
+
tabletVw: number;
|
|
12
|
+
laptopVw: number;
|
|
13
|
+
};
|
|
10
14
|
declare type YouTubeVideoProps = {
|
|
11
15
|
autoplay: 0 | 1;
|
|
12
16
|
controls: 0 | 1;
|
|
@@ -43,6 +47,7 @@ export interface HeroProps {
|
|
|
43
47
|
text: string;
|
|
44
48
|
color?: Color;
|
|
45
49
|
};
|
|
50
|
+
dynamicGutter?: DynamicGutter;
|
|
46
51
|
}
|
|
47
|
-
declare const Hero: ({ imageProps, containerStyle, videoProps, children, align, direction, justify, contentMaxWidth, heading, headingColor, subheading, buttonProps, }: HeroProps) => JSX.Element;
|
|
52
|
+
declare const Hero: ({ imageProps, containerStyle, videoProps, children, align, direction, justify, contentMaxWidth, heading, headingColor, subheading, buttonProps, dynamicGutter, }: HeroProps) => JSX.Element;
|
|
48
53
|
export default Hero;
|