@biggive/components 1.0.7 → 1.0.9
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/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-07962fc5.entry.js +1 -0
- package/dist/biggive/p-0d6687f4.js +1 -0
- package/dist/biggive/p-1b78efa0.entry.js +1 -0
- package/dist/biggive/p-5dbda89c.entry.js +1 -0
- package/dist/biggive/p-5f1b0106.entry.js +1 -0
- package/dist/biggive/p-629007e0.entry.js +1 -0
- package/dist/biggive/p-6326f936.entry.js +1 -0
- package/dist/biggive/p-72a6f0a8.entry.js +1 -0
- package/dist/biggive/p-74b5d4c7.entry.js +1 -0
- package/dist/biggive/p-7eee1e58.entry.js +1 -0
- package/dist/biggive/{p-a6da36d4.js → p-871707f4.js} +2 -2
- package/dist/biggive/p-8f605036.entry.js +1 -0
- package/dist/biggive/p-bdb476eb.entry.js +1 -0
- package/dist/biggive/p-c9aaa5c3.entry.js +1 -0
- package/dist/biggive/p-df6daa79.entry.js +1 -0
- package/dist/biggive/{p-43c02e71.js → p-ec9b42b3.js} +1 -1
- package/dist/biggive/p-f9388477.entry.js +1 -0
- package/dist/biggive/p-f98681a5.entry.js +1 -0
- package/dist/cjs/biggive-article-card.cjs.entry.js +63 -0
- package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +923 -0
- package/dist/cjs/biggive-basic-card.cjs.entry.js +12 -4
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-branded-image.cjs.entry.js +1 -1
- package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-image.cjs.entry.js +1 -1
- package/dist/cjs/biggive-quote.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-tab.cjs.entry.js +1 -1
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +7 -2
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/video-f9e682a8.js +14 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +534 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +272 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.stories.js +84 -0
- package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +51 -10
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +51 -16
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +49 -5
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +25 -0
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +51 -10
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +51 -10
- package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +51 -10
- package/dist/collection/components/biggive-button/biggive-button.css +51 -10
- package/dist/collection/components/biggive-button/biggive-button.js +45 -1
- package/dist/collection/components/biggive-button/biggive-button.stories.js +17 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +51 -19
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +69 -3
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.stories.js +27 -0
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +51 -10
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +51 -10
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +51 -10
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +51 -10
- package/dist/collection/components/biggive-footer/biggive-footer.css +51 -10
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +51 -10
- package/dist/collection/components/biggive-grid/biggive-grid.css +51 -10
- package/dist/collection/components/biggive-header/biggive-header.css +51 -10
- package/dist/collection/components/biggive-header/biggive-header.js +28 -9
- package/dist/collection/components/biggive-header/biggive-header.stories.js +15 -2
- package/dist/collection/components/biggive-heading/biggive-heading.css +51 -35
- package/dist/collection/components/biggive-heading/biggive-heading.js +1 -1
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +54 -10
- package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +51 -10
- package/dist/collection/components/biggive-image/biggive-image.css +51 -10
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +51 -10
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +51 -10
- package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +51 -10
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +52 -10
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +51 -10
- package/dist/collection/components/biggive-quote/biggive-quote.css +51 -10
- package/dist/collection/components/biggive-search/biggive-search.css +51 -10
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +51 -10
- package/dist/collection/components/biggive-tab/biggive-tab.css +51 -10
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +51 -10
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +51 -10
- package/dist/collection/components/biggive-video/biggive-video.css +51 -10
- package/dist/collection/components/biggive-video/biggive-video.js +25 -3
- package/dist/collection/components/biggive-video/biggive-video.stories.js +11 -1
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +51 -10
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +25 -3
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.stories.js +10 -1
- package/dist/collection/util/video.js +10 -0
- package/dist/components/biggive-article-card.d.ts +11 -0
- package/dist/components/biggive-article-card.js +95 -0
- package/dist/components/biggive-back-to-top.js +1 -1
- package/dist/components/biggive-basic-card.js +14 -4
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-branded-image.js +1 -1
- package/dist/components/biggive-button2.js +13 -3
- package/dist/components/biggive-call-to-action.js +17 -2
- package/dist/components/biggive-campaign-card-filter-grid.js +1 -1
- package/dist/components/biggive-campaign-card.js +1 -1
- package/dist/components/biggive-campaign-highlights.js +1 -1
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-footer.js +1 -1
- package/dist/components/biggive-formatted-text.js +1 -1
- package/dist/components/biggive-grid.js +1 -1
- package/dist/components/biggive-header.js +9 -10
- package/dist/components/biggive-heading.js +2 -2
- package/dist/components/biggive-hero-image.js +1 -1
- package/dist/components/biggive-icon-group.js +1 -1
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-image.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-columns.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-progress-bar2.js +1 -1
- package/dist/components/biggive-quote.js +1 -1
- package/dist/components/biggive-search.js +1 -1
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tab.js +1 -1
- package/dist/components/biggive-tabbed-content.js +1 -1
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +8 -2
- package/dist/components/biggive-video.js +8 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/video.js +12 -0
- package/dist/esm/biggive-article-card.entry.js +59 -0
- package/dist/esm/biggive-back-to-top_20.entry.js +900 -0
- package/dist/esm/biggive-basic-card.entry.js +12 -4
- package/dist/esm/biggive-beneficiary-icon.entry.js +3 -3
- package/dist/esm/biggive-boxed-content.entry.js +1 -1
- package/dist/esm/biggive-branded-image.entry.js +1 -1
- package/dist/esm/biggive-category-icon.entry.js +3 -3
- package/dist/esm/biggive-formatted-text.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-image.entry.js +1 -1
- package/dist/esm/biggive-quote.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +2 -2
- package/dist/esm/biggive-tab.entry.js +1 -1
- package/dist/esm/biggive-tabbed-content.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +7 -2
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/{fontawesome-icons-e232deb7.js → fontawesome-icons-562459be.js} +1 -1
- package/dist/esm/{index.es-64a64fa8.js → index.es-5777380a.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/video-89b7535d.js +12 -0
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +47 -0
- package/dist/types/components/biggive-article-card/biggive-article-card.stories.d.ts +56 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +9 -1
- package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +21 -0
- package/dist/types/components/biggive-button/biggive-button.d.ts +8 -0
- package/dist/types/components/biggive-button/biggive-button.stories.d.ts +13 -0
- package/dist/types/components/biggive-call-to-action/biggive-call-to-action.d.ts +12 -0
- package/dist/types/components/biggive-call-to-action/biggive-call-to-action.stories.d.ts +21 -0
- package/dist/types/components/biggive-header/biggive-header.d.ts +4 -0
- package/dist/types/components/biggive-video/biggive-video.d.ts +4 -0
- package/dist/types/components/biggive-video/biggive-video.stories.d.ts +7 -0
- package/dist/types/components/biggive-video-feature/biggive-video-feature.d.ts +4 -0
- package/dist/types/components/biggive-video-feature/biggive-video-feature.stories.d.ts +7 -0
- package/dist/types/components.d.ts +183 -2
- package/dist/types/util/video.d.ts +3 -0
- package/hydrate/index.js +181 -43
- package/package.json +1 -1
- package/dist/biggive/p-160a5e39.entry.js +0 -1
- package/dist/biggive/p-1e31cbfc.entry.js +0 -1
- package/dist/biggive/p-2d38d3a4.entry.js +0 -1
- package/dist/biggive/p-39db6552.entry.js +0 -1
- package/dist/biggive/p-49c2a10b.entry.js +0 -1
- package/dist/biggive/p-54026729.entry.js +0 -1
- package/dist/biggive/p-5cc16f87.entry.js +0 -1
- package/dist/biggive/p-5f7a3f5c.entry.js +0 -1
- package/dist/biggive/p-74bbb296.entry.js +0 -1
- package/dist/biggive/p-7f91f67c.entry.js +0 -1
- package/dist/biggive/p-89e206e8.entry.js +0 -1
- package/dist/biggive/p-9a74ac3d.entry.js +0 -1
- package/dist/biggive/p-9ed2bd19.entry.js +0 -1
- package/dist/biggive/p-ac6bfc1e.entry.js +0 -1
- package/dist/biggive/p-b762b246.entry.js +0 -1
- package/dist/biggive/p-b812b4f6.entry.js +0 -1
- package/dist/biggive/p-be37287b.entry.js +0 -1
- package/dist/biggive/p-be897395.entry.js +0 -1
- package/dist/biggive/p-ca786365.entry.js +0 -1
- package/dist/biggive/p-cca1d092.entry.js +0 -1
- package/dist/biggive/p-e6631545.entry.js +0 -1
- package/dist/biggive/p-ee459029.entry.js +0 -1
- package/dist/biggive/p-ee77cf8d.entry.js +0 -1
- package/dist/cjs/biggive-back-to-top_11.cjs.entry.js +0 -373
- package/dist/cjs/biggive-call-to-action.cjs.entry.js +0 -87
- package/dist/cjs/biggive-campaign-card-filter-grid.cjs.entry.js +0 -50
- package/dist/cjs/biggive-campaign-card.cjs.entry.js +0 -97
- package/dist/cjs/biggive-grid.cjs.entry.js +0 -31
- package/dist/cjs/biggive-hero-image.cjs.entry.js +0 -73
- package/dist/cjs/biggive-image-feature.cjs.entry.js +0 -67
- package/dist/cjs/biggive-page-section.cjs.entry.js +0 -35
- package/dist/cjs/biggive-totalizer.cjs.entry.js +0 -69
- package/dist/cjs/biggive-video-feature.cjs.entry.js +0 -67
- package/dist/esm/biggive-back-to-top_11.entry.js +0 -359
- package/dist/esm/biggive-call-to-action.entry.js +0 -83
- package/dist/esm/biggive-campaign-card-filter-grid.entry.js +0 -46
- package/dist/esm/biggive-campaign-card.entry.js +0 -93
- package/dist/esm/biggive-grid.entry.js +0 -27
- package/dist/esm/biggive-hero-image.entry.js +0 -69
- package/dist/esm/biggive-image-feature.entry.js +0 -63
- package/dist/esm/biggive-page-section.entry.js +0 -31
- package/dist/esm/biggive-totalizer.entry.js +0 -65
- package/dist/esm/biggive-video-feature.entry.js +0 -63
|
@@ -2,31 +2,35 @@ body {
|
|
|
2
2
|
background-color: #D7D7D7;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
h1 {
|
|
5
|
+
h1, h3, h3, h4, h5, h6 {
|
|
6
|
+
margin-bottom: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
h1, .heading-1 {
|
|
6
10
|
font-size: 50px;
|
|
7
11
|
line-height: 60px;
|
|
8
12
|
font-weight: bold;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
|
-
h2 {
|
|
15
|
+
h2, .heading-2 {
|
|
12
16
|
font-size: 38px;
|
|
13
17
|
line-height: 45px;
|
|
14
18
|
font-weight: bold;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
h3 {
|
|
21
|
+
h3, .heading-3 {
|
|
18
22
|
font-size: 25px;
|
|
19
23
|
line-height: 32px;
|
|
20
24
|
font-weight: bold;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
|
-
h4 {
|
|
27
|
+
h4, .heading-4 {
|
|
24
28
|
font-size: 20px;
|
|
25
29
|
line-height: 24px;
|
|
26
30
|
font-weight: bold;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
|
-
h5 {
|
|
33
|
+
h5, .heading-5 {
|
|
30
34
|
font-size: 17px;
|
|
31
35
|
line-height: 24px;
|
|
32
36
|
font-weight: bold;
|
|
@@ -60,22 +64,27 @@ a:hover {
|
|
|
60
64
|
color: #000000;
|
|
61
65
|
}
|
|
62
66
|
|
|
67
|
+
.text-colour-hover-primary:hover,
|
|
63
68
|
.text-colour-primary {
|
|
64
69
|
color: #2C089B;
|
|
65
70
|
}
|
|
66
71
|
|
|
72
|
+
.text-colour-hover-secondary:hover,
|
|
67
73
|
.text-colour-secondary {
|
|
68
74
|
color: #2AF135;
|
|
69
75
|
}
|
|
70
76
|
|
|
77
|
+
.text-colour-hover-tertiary:hover,
|
|
71
78
|
.text-colour-tertiary {
|
|
72
79
|
color: #FF7272;
|
|
73
80
|
}
|
|
74
81
|
|
|
82
|
+
.text-colour-hover-white:hover,
|
|
75
83
|
.text-colour-white {
|
|
76
84
|
color: #FFFFFF;
|
|
77
85
|
}
|
|
78
86
|
|
|
87
|
+
.text-colour-hover-black:hover,
|
|
79
88
|
.text-colour-black {
|
|
80
89
|
color: #000000;
|
|
81
90
|
}
|
|
@@ -100,22 +109,27 @@ a:hover {
|
|
|
100
109
|
fill: #000000;
|
|
101
110
|
}
|
|
102
111
|
|
|
112
|
+
.background-colour-hover-primary:hover,
|
|
103
113
|
.background-colour-primary {
|
|
104
114
|
background-color: #2C089B;
|
|
105
115
|
}
|
|
106
116
|
|
|
117
|
+
.background-colour-hover-secondary:hover,
|
|
107
118
|
.background-colour-secondary {
|
|
108
119
|
background-color: #2AF135;
|
|
109
120
|
}
|
|
110
121
|
|
|
122
|
+
.background-colour-hover-tertiary:hover,
|
|
111
123
|
.background-colour-tertiary {
|
|
112
124
|
background-color: #FF7272;
|
|
113
125
|
}
|
|
114
126
|
|
|
127
|
+
.background-colour-hover-white:hover,
|
|
115
128
|
.background-colour-white {
|
|
116
129
|
background-color: #FFFFFF;
|
|
117
130
|
}
|
|
118
131
|
|
|
132
|
+
.background-colour-hover-black:hover,
|
|
119
133
|
.background-colour-black {
|
|
120
134
|
background-color: #000000;
|
|
121
135
|
}
|
|
@@ -142,9 +156,9 @@ a:hover {
|
|
|
142
156
|
}
|
|
143
157
|
|
|
144
158
|
.button {
|
|
145
|
-
font-size:
|
|
146
|
-
line-height:
|
|
147
|
-
padding:
|
|
159
|
+
font-size: 17px;
|
|
160
|
+
line-height: 24px;
|
|
161
|
+
padding: 10px 30px;
|
|
148
162
|
border-radius: 5px;
|
|
149
163
|
border: 1px solid #000000;
|
|
150
164
|
background-color: #000000;
|
|
@@ -160,6 +174,17 @@ a:hover {
|
|
|
160
174
|
background-color: #FFFFFF;
|
|
161
175
|
color: #000000;
|
|
162
176
|
}
|
|
177
|
+
.button.size-small {
|
|
178
|
+
font-size: 13px;
|
|
179
|
+
line-height: 17px;
|
|
180
|
+
padding: 5px 15px;
|
|
181
|
+
}
|
|
182
|
+
.button.button.rounded-true {
|
|
183
|
+
border-radius: 27.5px;
|
|
184
|
+
}
|
|
185
|
+
.button.button.rounded-true.size-small {
|
|
186
|
+
border-radius: 20px;
|
|
187
|
+
}
|
|
163
188
|
|
|
164
189
|
.button-primary {
|
|
165
190
|
color: #FFFFFF;
|
|
@@ -247,7 +272,10 @@ a:hover {
|
|
|
247
272
|
}
|
|
248
273
|
|
|
249
274
|
.button-rounded {
|
|
250
|
-
border-radius:
|
|
275
|
+
border-radius: 27.5px;
|
|
276
|
+
}
|
|
277
|
+
.button-rounded.size-small {
|
|
278
|
+
border-radius: 20px;
|
|
251
279
|
}
|
|
252
280
|
|
|
253
281
|
.progress-bar {
|
|
@@ -296,9 +324,22 @@ a:hover {
|
|
|
296
324
|
color: #2AF135;
|
|
297
325
|
}
|
|
298
326
|
|
|
327
|
+
.video-wrap {
|
|
328
|
+
position: relative;
|
|
329
|
+
padding-bottom: 56.25%;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.video-wrap iframe,
|
|
299
333
|
.video-wrap video {
|
|
334
|
+
position: absolute;
|
|
335
|
+
border: 0;
|
|
336
|
+
display: block;
|
|
337
|
+
left: 0;
|
|
338
|
+
right: 0;
|
|
339
|
+
top: 0;
|
|
340
|
+
bottom: 0;
|
|
300
341
|
width: 100%;
|
|
301
|
-
height:
|
|
342
|
+
height: 100%;
|
|
302
343
|
}
|
|
303
344
|
|
|
304
345
|
.image-wrap img {
|
|
@@ -2,31 +2,35 @@ body {
|
|
|
2
2
|
background-color: #D7D7D7;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
h1 {
|
|
5
|
+
h1, h3, h3, h4, h5, h6 {
|
|
6
|
+
margin-bottom: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
h1, .heading-1 {
|
|
6
10
|
font-size: 50px;
|
|
7
11
|
line-height: 60px;
|
|
8
12
|
font-weight: bold;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
|
-
h2 {
|
|
15
|
+
h2, .heading-2 {
|
|
12
16
|
font-size: 38px;
|
|
13
17
|
line-height: 45px;
|
|
14
18
|
font-weight: bold;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
h3 {
|
|
21
|
+
h3, .heading-3 {
|
|
18
22
|
font-size: 25px;
|
|
19
23
|
line-height: 32px;
|
|
20
24
|
font-weight: bold;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
|
-
h4 {
|
|
27
|
+
h4, .heading-4 {
|
|
24
28
|
font-size: 20px;
|
|
25
29
|
line-height: 24px;
|
|
26
30
|
font-weight: bold;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
|
-
h5 {
|
|
33
|
+
h5, .heading-5 {
|
|
30
34
|
font-size: 17px;
|
|
31
35
|
line-height: 24px;
|
|
32
36
|
font-weight: bold;
|
|
@@ -60,22 +64,27 @@ a:hover {
|
|
|
60
64
|
color: #000000;
|
|
61
65
|
}
|
|
62
66
|
|
|
67
|
+
.text-colour-hover-primary:hover,
|
|
63
68
|
.text-colour-primary {
|
|
64
69
|
color: #2C089B;
|
|
65
70
|
}
|
|
66
71
|
|
|
72
|
+
.text-colour-hover-secondary:hover,
|
|
67
73
|
.text-colour-secondary {
|
|
68
74
|
color: #2AF135;
|
|
69
75
|
}
|
|
70
76
|
|
|
77
|
+
.text-colour-hover-tertiary:hover,
|
|
71
78
|
.text-colour-tertiary {
|
|
72
79
|
color: #FF7272;
|
|
73
80
|
}
|
|
74
81
|
|
|
82
|
+
.text-colour-hover-white:hover,
|
|
75
83
|
.text-colour-white {
|
|
76
84
|
color: #FFFFFF;
|
|
77
85
|
}
|
|
78
86
|
|
|
87
|
+
.text-colour-hover-black:hover,
|
|
79
88
|
.text-colour-black {
|
|
80
89
|
color: #000000;
|
|
81
90
|
}
|
|
@@ -100,22 +109,27 @@ a:hover {
|
|
|
100
109
|
fill: #000000;
|
|
101
110
|
}
|
|
102
111
|
|
|
112
|
+
.background-colour-hover-primary:hover,
|
|
103
113
|
.background-colour-primary {
|
|
104
114
|
background-color: #2C089B;
|
|
105
115
|
}
|
|
106
116
|
|
|
117
|
+
.background-colour-hover-secondary:hover,
|
|
107
118
|
.background-colour-secondary {
|
|
108
119
|
background-color: #2AF135;
|
|
109
120
|
}
|
|
110
121
|
|
|
122
|
+
.background-colour-hover-tertiary:hover,
|
|
111
123
|
.background-colour-tertiary {
|
|
112
124
|
background-color: #FF7272;
|
|
113
125
|
}
|
|
114
126
|
|
|
127
|
+
.background-colour-hover-white:hover,
|
|
115
128
|
.background-colour-white {
|
|
116
129
|
background-color: #FFFFFF;
|
|
117
130
|
}
|
|
118
131
|
|
|
132
|
+
.background-colour-hover-black:hover,
|
|
119
133
|
.background-colour-black {
|
|
120
134
|
background-color: #000000;
|
|
121
135
|
}
|
|
@@ -142,9 +156,9 @@ a:hover {
|
|
|
142
156
|
}
|
|
143
157
|
|
|
144
158
|
.button {
|
|
145
|
-
font-size:
|
|
146
|
-
line-height:
|
|
147
|
-
padding:
|
|
159
|
+
font-size: 17px;
|
|
160
|
+
line-height: 24px;
|
|
161
|
+
padding: 10px 30px;
|
|
148
162
|
border-radius: 5px;
|
|
149
163
|
border: 1px solid #000000;
|
|
150
164
|
background-color: #000000;
|
|
@@ -160,6 +174,17 @@ a:hover {
|
|
|
160
174
|
background-color: #FFFFFF;
|
|
161
175
|
color: #000000;
|
|
162
176
|
}
|
|
177
|
+
.button.size-small {
|
|
178
|
+
font-size: 13px;
|
|
179
|
+
line-height: 17px;
|
|
180
|
+
padding: 5px 15px;
|
|
181
|
+
}
|
|
182
|
+
.button.button.rounded-true {
|
|
183
|
+
border-radius: 27.5px;
|
|
184
|
+
}
|
|
185
|
+
.button.button.rounded-true.size-small {
|
|
186
|
+
border-radius: 20px;
|
|
187
|
+
}
|
|
163
188
|
|
|
164
189
|
.button-primary {
|
|
165
190
|
color: #FFFFFF;
|
|
@@ -247,7 +272,10 @@ a:hover {
|
|
|
247
272
|
}
|
|
248
273
|
|
|
249
274
|
.button-rounded {
|
|
250
|
-
border-radius:
|
|
275
|
+
border-radius: 27.5px;
|
|
276
|
+
}
|
|
277
|
+
.button-rounded.size-small {
|
|
278
|
+
border-radius: 20px;
|
|
251
279
|
}
|
|
252
280
|
|
|
253
281
|
.progress-bar {
|
|
@@ -296,9 +324,22 @@ a:hover {
|
|
|
296
324
|
color: #2AF135;
|
|
297
325
|
}
|
|
298
326
|
|
|
327
|
+
.video-wrap {
|
|
328
|
+
position: relative;
|
|
329
|
+
padding-bottom: 56.25%;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.video-wrap iframe,
|
|
299
333
|
.video-wrap video {
|
|
334
|
+
position: absolute;
|
|
335
|
+
border: 0;
|
|
336
|
+
display: block;
|
|
337
|
+
left: 0;
|
|
338
|
+
right: 0;
|
|
339
|
+
top: 0;
|
|
340
|
+
bottom: 0;
|
|
300
341
|
width: 100%;
|
|
301
|
-
height:
|
|
342
|
+
height: 100%;
|
|
302
343
|
}
|
|
303
344
|
|
|
304
345
|
.image-wrap img {
|
|
@@ -2,31 +2,35 @@ body {
|
|
|
2
2
|
background-color: #D7D7D7;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
h1 {
|
|
5
|
+
h1, h3, h3, h4, h5, h6 {
|
|
6
|
+
margin-bottom: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
h1, .heading-1 {
|
|
6
10
|
font-size: 50px;
|
|
7
11
|
line-height: 60px;
|
|
8
12
|
font-weight: bold;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
|
-
h2 {
|
|
15
|
+
h2, .heading-2 {
|
|
12
16
|
font-size: 38px;
|
|
13
17
|
line-height: 45px;
|
|
14
18
|
font-weight: bold;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
h3 {
|
|
21
|
+
h3, .heading-3 {
|
|
18
22
|
font-size: 25px;
|
|
19
23
|
line-height: 32px;
|
|
20
24
|
font-weight: bold;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
|
-
h4 {
|
|
27
|
+
h4, .heading-4 {
|
|
24
28
|
font-size: 20px;
|
|
25
29
|
line-height: 24px;
|
|
26
30
|
font-weight: bold;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
|
-
h5 {
|
|
33
|
+
h5, .heading-5 {
|
|
30
34
|
font-size: 17px;
|
|
31
35
|
line-height: 24px;
|
|
32
36
|
font-weight: bold;
|
|
@@ -60,22 +64,27 @@ a:hover {
|
|
|
60
64
|
color: #000000;
|
|
61
65
|
}
|
|
62
66
|
|
|
67
|
+
.text-colour-hover-primary:hover,
|
|
63
68
|
.text-colour-primary {
|
|
64
69
|
color: #2C089B;
|
|
65
70
|
}
|
|
66
71
|
|
|
72
|
+
.text-colour-hover-secondary:hover,
|
|
67
73
|
.text-colour-secondary {
|
|
68
74
|
color: #2AF135;
|
|
69
75
|
}
|
|
70
76
|
|
|
77
|
+
.text-colour-hover-tertiary:hover,
|
|
71
78
|
.text-colour-tertiary {
|
|
72
79
|
color: #FF7272;
|
|
73
80
|
}
|
|
74
81
|
|
|
82
|
+
.text-colour-hover-white:hover,
|
|
75
83
|
.text-colour-white {
|
|
76
84
|
color: #FFFFFF;
|
|
77
85
|
}
|
|
78
86
|
|
|
87
|
+
.text-colour-hover-black:hover,
|
|
79
88
|
.text-colour-black {
|
|
80
89
|
color: #000000;
|
|
81
90
|
}
|
|
@@ -100,22 +109,27 @@ a:hover {
|
|
|
100
109
|
fill: #000000;
|
|
101
110
|
}
|
|
102
111
|
|
|
112
|
+
.background-colour-hover-primary:hover,
|
|
103
113
|
.background-colour-primary {
|
|
104
114
|
background-color: #2C089B;
|
|
105
115
|
}
|
|
106
116
|
|
|
117
|
+
.background-colour-hover-secondary:hover,
|
|
107
118
|
.background-colour-secondary {
|
|
108
119
|
background-color: #2AF135;
|
|
109
120
|
}
|
|
110
121
|
|
|
122
|
+
.background-colour-hover-tertiary:hover,
|
|
111
123
|
.background-colour-tertiary {
|
|
112
124
|
background-color: #FF7272;
|
|
113
125
|
}
|
|
114
126
|
|
|
127
|
+
.background-colour-hover-white:hover,
|
|
115
128
|
.background-colour-white {
|
|
116
129
|
background-color: #FFFFFF;
|
|
117
130
|
}
|
|
118
131
|
|
|
132
|
+
.background-colour-hover-black:hover,
|
|
119
133
|
.background-colour-black {
|
|
120
134
|
background-color: #000000;
|
|
121
135
|
}
|
|
@@ -142,9 +156,9 @@ a:hover {
|
|
|
142
156
|
}
|
|
143
157
|
|
|
144
158
|
.button {
|
|
145
|
-
font-size:
|
|
146
|
-
line-height:
|
|
147
|
-
padding:
|
|
159
|
+
font-size: 17px;
|
|
160
|
+
line-height: 24px;
|
|
161
|
+
padding: 10px 30px;
|
|
148
162
|
border-radius: 5px;
|
|
149
163
|
border: 1px solid #000000;
|
|
150
164
|
background-color: #000000;
|
|
@@ -160,6 +174,17 @@ a:hover {
|
|
|
160
174
|
background-color: #FFFFFF;
|
|
161
175
|
color: #000000;
|
|
162
176
|
}
|
|
177
|
+
.button.size-small {
|
|
178
|
+
font-size: 13px;
|
|
179
|
+
line-height: 17px;
|
|
180
|
+
padding: 5px 15px;
|
|
181
|
+
}
|
|
182
|
+
.button.button.rounded-true {
|
|
183
|
+
border-radius: 27.5px;
|
|
184
|
+
}
|
|
185
|
+
.button.button.rounded-true.size-small {
|
|
186
|
+
border-radius: 20px;
|
|
187
|
+
}
|
|
163
188
|
|
|
164
189
|
.button-primary {
|
|
165
190
|
color: #FFFFFF;
|
|
@@ -247,7 +272,10 @@ a:hover {
|
|
|
247
272
|
}
|
|
248
273
|
|
|
249
274
|
.button-rounded {
|
|
250
|
-
border-radius:
|
|
275
|
+
border-radius: 27.5px;
|
|
276
|
+
}
|
|
277
|
+
.button-rounded.size-small {
|
|
278
|
+
border-radius: 20px;
|
|
251
279
|
}
|
|
252
280
|
|
|
253
281
|
.progress-bar {
|
|
@@ -296,9 +324,22 @@ a:hover {
|
|
|
296
324
|
color: #2AF135;
|
|
297
325
|
}
|
|
298
326
|
|
|
327
|
+
.video-wrap {
|
|
328
|
+
position: relative;
|
|
329
|
+
padding-bottom: 56.25%;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.video-wrap iframe,
|
|
299
333
|
.video-wrap video {
|
|
334
|
+
position: absolute;
|
|
335
|
+
border: 0;
|
|
336
|
+
display: block;
|
|
337
|
+
left: 0;
|
|
338
|
+
right: 0;
|
|
339
|
+
top: 0;
|
|
340
|
+
bottom: 0;
|
|
300
341
|
width: 100%;
|
|
301
|
-
height:
|
|
342
|
+
height: 100%;
|
|
302
343
|
}
|
|
303
344
|
|
|
304
345
|
.image-wrap img {
|
|
@@ -2,31 +2,35 @@ body {
|
|
|
2
2
|
background-color: #D7D7D7;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
h1 {
|
|
5
|
+
h1, h3, h3, h4, h5, h6 {
|
|
6
|
+
margin-bottom: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
h1, .heading-1 {
|
|
6
10
|
font-size: 50px;
|
|
7
11
|
line-height: 60px;
|
|
8
12
|
font-weight: bold;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
|
-
h2 {
|
|
15
|
+
h2, .heading-2 {
|
|
12
16
|
font-size: 38px;
|
|
13
17
|
line-height: 45px;
|
|
14
18
|
font-weight: bold;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
h3 {
|
|
21
|
+
h3, .heading-3 {
|
|
18
22
|
font-size: 25px;
|
|
19
23
|
line-height: 32px;
|
|
20
24
|
font-weight: bold;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
|
-
h4 {
|
|
27
|
+
h4, .heading-4 {
|
|
24
28
|
font-size: 20px;
|
|
25
29
|
line-height: 24px;
|
|
26
30
|
font-weight: bold;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
|
-
h5 {
|
|
33
|
+
h5, .heading-5 {
|
|
30
34
|
font-size: 17px;
|
|
31
35
|
line-height: 24px;
|
|
32
36
|
font-weight: bold;
|
|
@@ -60,22 +64,27 @@ a:hover {
|
|
|
60
64
|
color: #000000;
|
|
61
65
|
}
|
|
62
66
|
|
|
67
|
+
.text-colour-hover-primary:hover,
|
|
63
68
|
.text-colour-primary {
|
|
64
69
|
color: #2C089B;
|
|
65
70
|
}
|
|
66
71
|
|
|
72
|
+
.text-colour-hover-secondary:hover,
|
|
67
73
|
.text-colour-secondary {
|
|
68
74
|
color: #2AF135;
|
|
69
75
|
}
|
|
70
76
|
|
|
77
|
+
.text-colour-hover-tertiary:hover,
|
|
71
78
|
.text-colour-tertiary {
|
|
72
79
|
color: #FF7272;
|
|
73
80
|
}
|
|
74
81
|
|
|
82
|
+
.text-colour-hover-white:hover,
|
|
75
83
|
.text-colour-white {
|
|
76
84
|
color: #FFFFFF;
|
|
77
85
|
}
|
|
78
86
|
|
|
87
|
+
.text-colour-hover-black:hover,
|
|
79
88
|
.text-colour-black {
|
|
80
89
|
color: #000000;
|
|
81
90
|
}
|
|
@@ -100,22 +109,27 @@ a:hover {
|
|
|
100
109
|
fill: #000000;
|
|
101
110
|
}
|
|
102
111
|
|
|
112
|
+
.background-colour-hover-primary:hover,
|
|
103
113
|
.background-colour-primary {
|
|
104
114
|
background-color: #2C089B;
|
|
105
115
|
}
|
|
106
116
|
|
|
117
|
+
.background-colour-hover-secondary:hover,
|
|
107
118
|
.background-colour-secondary {
|
|
108
119
|
background-color: #2AF135;
|
|
109
120
|
}
|
|
110
121
|
|
|
122
|
+
.background-colour-hover-tertiary:hover,
|
|
111
123
|
.background-colour-tertiary {
|
|
112
124
|
background-color: #FF7272;
|
|
113
125
|
}
|
|
114
126
|
|
|
127
|
+
.background-colour-hover-white:hover,
|
|
115
128
|
.background-colour-white {
|
|
116
129
|
background-color: #FFFFFF;
|
|
117
130
|
}
|
|
118
131
|
|
|
132
|
+
.background-colour-hover-black:hover,
|
|
119
133
|
.background-colour-black {
|
|
120
134
|
background-color: #000000;
|
|
121
135
|
}
|
|
@@ -142,9 +156,9 @@ a:hover {
|
|
|
142
156
|
}
|
|
143
157
|
|
|
144
158
|
.button {
|
|
145
|
-
font-size:
|
|
146
|
-
line-height:
|
|
147
|
-
padding:
|
|
159
|
+
font-size: 17px;
|
|
160
|
+
line-height: 24px;
|
|
161
|
+
padding: 10px 30px;
|
|
148
162
|
border-radius: 5px;
|
|
149
163
|
border: 1px solid #000000;
|
|
150
164
|
background-color: #000000;
|
|
@@ -160,6 +174,17 @@ a:hover {
|
|
|
160
174
|
background-color: #FFFFFF;
|
|
161
175
|
color: #000000;
|
|
162
176
|
}
|
|
177
|
+
.button.size-small {
|
|
178
|
+
font-size: 13px;
|
|
179
|
+
line-height: 17px;
|
|
180
|
+
padding: 5px 15px;
|
|
181
|
+
}
|
|
182
|
+
.button.button.rounded-true {
|
|
183
|
+
border-radius: 27.5px;
|
|
184
|
+
}
|
|
185
|
+
.button.button.rounded-true.size-small {
|
|
186
|
+
border-radius: 20px;
|
|
187
|
+
}
|
|
163
188
|
|
|
164
189
|
.button-primary {
|
|
165
190
|
color: #FFFFFF;
|
|
@@ -247,7 +272,10 @@ a:hover {
|
|
|
247
272
|
}
|
|
248
273
|
|
|
249
274
|
.button-rounded {
|
|
250
|
-
border-radius:
|
|
275
|
+
border-radius: 27.5px;
|
|
276
|
+
}
|
|
277
|
+
.button-rounded.size-small {
|
|
278
|
+
border-radius: 20px;
|
|
251
279
|
}
|
|
252
280
|
|
|
253
281
|
.progress-bar {
|
|
@@ -296,9 +324,22 @@ a:hover {
|
|
|
296
324
|
color: #2AF135;
|
|
297
325
|
}
|
|
298
326
|
|
|
327
|
+
.video-wrap {
|
|
328
|
+
position: relative;
|
|
329
|
+
padding-bottom: 56.25%;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.video-wrap iframe,
|
|
299
333
|
.video-wrap video {
|
|
334
|
+
position: absolute;
|
|
335
|
+
border: 0;
|
|
336
|
+
display: block;
|
|
337
|
+
left: 0;
|
|
338
|
+
right: 0;
|
|
339
|
+
top: 0;
|
|
340
|
+
bottom: 0;
|
|
300
341
|
width: 100%;
|
|
301
|
-
height:
|
|
342
|
+
height: 100%;
|
|
302
343
|
}
|
|
303
344
|
|
|
304
345
|
.image-wrap img {
|
|
@@ -5,6 +5,10 @@ export class BiggiveHeader {
|
|
|
5
5
|
* Space below component
|
|
6
6
|
*/
|
|
7
7
|
this.spaceBelow = 0;
|
|
8
|
+
/**
|
|
9
|
+
* Logo hyperlink URL
|
|
10
|
+
*/
|
|
11
|
+
this.logoUrl = '/';
|
|
8
12
|
}
|
|
9
13
|
render() {
|
|
10
14
|
var node = null;
|
|
@@ -29,19 +33,16 @@ export class BiggiveHeader {
|
|
|
29
33
|
return (h("header", { class: 'header space-below' + this.spaceBelow },
|
|
30
34
|
h("div", { class: "row row-top" },
|
|
31
35
|
h("div", { class: "social-icon-wrap" },
|
|
32
|
-
h("
|
|
33
|
-
h("biggive-social-icon", { service: "Twitter", url: "https://www.twitter.com", "background-colour": "tertiary", "icon-colour": "black" }),
|
|
34
|
-
h("biggive-social-icon", { service: "LinkedIn", url: "https://www.linkedin.com", "background-colour": "tertiary", "icon-colour": "black" }),
|
|
35
|
-
h("biggive-social-icon", { service: "YouTube", url: "https://www.youtube.com", "background-colour": "tertiary", "icon-colour": "black" }),
|
|
36
|
-
h("biggive-social-icon", { service: "Instagram", url: "https://www.instagram.com", "background-colour": "tertiary", "icon-colour": "black" })),
|
|
36
|
+
h("slot", { name: "social-icons" })),
|
|
37
37
|
h("nav", { class: "nav nav-secondary" },
|
|
38
38
|
h("ul", null, navSecondary))),
|
|
39
39
|
h("div", { class: "row row-bottom" },
|
|
40
40
|
h("div", { class: "logo-wrap" },
|
|
41
|
-
h("
|
|
42
|
-
h("
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
h("a", { href: this.logoUrl },
|
|
42
|
+
h("svg", { width: "149", height: "30", viewBox: "0 0 149 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
43
|
+
h("path", { d: "M59.9362 6.08031C58.258 6.08031 56.8195 4.70363 56.8195 3.04015C56.8195 1.37667 58.258 0 59.9362 0C61.7342 0 63.1127 1.37667 63.1127 3.04015C63.1127 4.70363 61.7342 6.08031 59.9362 6.08031ZM57.4189 23.805H62.4534V7.74379H57.4189V23.805ZM76.5981 7.74379V8.71893C75.8189 7.97323 74.2606 7.34226 72.4626 7.34226C67.9674 7.34226 64.3114 10.5545 64.3114 15.2008C64.3114 19.9044 67.9674 23.0593 72.4626 23.0593C74.2606 23.0593 75.8189 22.543 76.5981 21.6826V22.6004C76.5981 24.6654 74.6801 25.6979 72.1629 25.6979C70.0052 25.6979 68.1472 25.239 66.4091 24.2639V29.0249C68.5068 29.7706 70.8443 30 72.4026 30C77.4371 30 81.6326 27.9924 81.6326 22.7151V7.68643H76.5981V7.74379ZM76.5981 17.2084C75.8788 18.1836 74.6801 18.6424 73.3616 18.6424C71.2639 18.6424 69.5257 17.4379 69.5257 15.2008C69.5257 13.021 71.2639 11.7591 73.3616 11.7591C74.6801 11.7591 75.8788 12.3327 76.5981 13.2505V17.2084ZM96.1368 24.2065C100.093 24.2065 102.55 23.5182 104.588 22.2562V9.98088H93.6196V14.6845H99.4332V18.8145C98.5942 19.044 97.6352 19.2161 96.2567 19.2161C91.342 19.2161 88.9446 16.0612 88.9446 12.3901C88.9446 8.71893 91.7016 5.56405 96.916 5.56405C99.0736 5.56405 101.171 6.13767 102.73 6.94073V1.72084C101.231 1.14723 99.3134 0.630979 96.6163 0.630979C89.0046 0.630979 83.6104 5.90822 83.6104 12.4474C83.5505 19.1013 88.4652 24.2065 96.1368 24.2065ZM109.442 6.08031C107.764 6.08031 106.326 4.70363 106.326 3.04015C106.326 1.37667 107.764 0 109.442 0C111.24 0 112.619 1.37667 112.619 3.04015C112.619 4.70363 111.18 6.08031 109.442 6.08031ZM106.925 23.805H111.96V7.74379H106.925V23.805ZM123.227 14.9713L118.972 7.74379H113.098L123.167 24.1491L133.237 7.74379H127.483L123.227 14.9713ZM137.372 16.9216H148.999C149.059 9.92352 144.804 7.39962 140.549 7.39962C136.053 7.39962 132.038 9.98088 131.978 15.7744C131.978 21.3958 136.113 24.1491 141.088 24.1491C143.246 24.1491 145.523 23.8623 147.501 22.8872V18.4704C144.984 19.847 143.366 19.9044 141.927 19.9044C139.769 19.847 137.552 19.2161 137.372 16.9216ZM140.608 11.1281C142.107 11.1281 143.425 11.8164 143.605 13.8241H137.372C137.732 11.8738 139.11 11.1281 140.608 11.1281ZM51.5453 11.3576C52.744 10.325 53.3433 9.00574 53.3433 7.34226C53.3433 4.24474 50.3466 1.03251 46.0313 1.03251H38V23.8623H48.4287C52.5042 23.8623 55.6209 20.8795 55.6209 17.0937C55.6209 14.7992 54.542 12.3327 51.5453 11.3576ZM43.2743 5.67878H45.6717C47.1101 5.67878 48.129 6.76865 48.129 7.97324C48.129 9.17782 47.1101 10.2103 45.6717 10.2103H43.2743V5.67878ZM47.9492 19.1587H43.2743V14.5698H47.9492C49.3876 14.5698 50.4665 15.6023 50.4665 16.8643C50.4665 18.1262 49.3876 19.1587 47.9492 19.1587Z", fill: "black" }),
|
|
44
|
+
h("path", { d: "M21.543 1.01514L35 23.9999H8.08594L21.543 1.01514Z", fill: "black" }),
|
|
45
|
+
h("path", { d: "M9.36142 16.9564L0 1H18.7228L9.36142 16.9564Z", fill: "#2AF135" })))),
|
|
45
46
|
h("nav", { class: "nav nav-primary" },
|
|
46
47
|
h("ul", null, navPrimary)))));
|
|
47
48
|
}
|
|
@@ -71,6 +72,24 @@ export class BiggiveHeader {
|
|
|
71
72
|
"attribute": "space-below",
|
|
72
73
|
"reflect": false,
|
|
73
74
|
"defaultValue": "0"
|
|
75
|
+
},
|
|
76
|
+
"logoUrl": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"mutable": false,
|
|
79
|
+
"complexType": {
|
|
80
|
+
"original": "string",
|
|
81
|
+
"resolved": "string",
|
|
82
|
+
"references": {}
|
|
83
|
+
},
|
|
84
|
+
"required": false,
|
|
85
|
+
"optional": false,
|
|
86
|
+
"docs": {
|
|
87
|
+
"tags": [],
|
|
88
|
+
"text": "Logo hyperlink URL"
|
|
89
|
+
},
|
|
90
|
+
"attribute": "logo-url",
|
|
91
|
+
"reflect": false,
|
|
92
|
+
"defaultValue": "'/'"
|
|
74
93
|
}
|
|
75
94
|
}; }
|
|
76
95
|
static get elementRef() { return "host"; }
|