@biggive/components 1.0.95 → 1.0.97
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/assets/images/biggive-triangle-green.svg +21 -0
- package/dist/biggive/assets/images/cross.svg +11 -0
- package/dist/biggive/assets/images/menu.svg +11 -0
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-063c44ce.entry.js +1 -0
- package/dist/biggive/p-0892aade.entry.js +1 -0
- package/dist/biggive/{p-e39db89c.entry.js → p-38b36bc6.entry.js} +1 -1
- package/dist/biggive/p-41c6f1f3.entry.js +1 -0
- package/dist/biggive/p-60872399.entry.js +1 -0
- package/dist/biggive/p-6d144f96.js +2 -0
- package/dist/biggive/p-8742102b.entry.js +1 -0
- package/dist/biggive/p-88faca11.js +1 -0
- package/dist/biggive/p-9916d987.entry.js +1 -0
- package/dist/biggive/p-99f15121.entry.js +1 -0
- package/dist/biggive/p-9fa2a9b2.entry.js +1 -0
- package/dist/biggive/p-a13e0f3e.entry.js +1 -0
- package/dist/biggive/p-aa4e1a2a.js +1 -0
- package/dist/biggive/p-bfaf1239.entry.js +1 -0
- package/dist/biggive/p-c1570c9f.entry.js +1 -0
- package/dist/biggive/p-d1c2b64d.entry.js +1 -0
- package/dist/biggive/p-da0a4725.entry.js +1 -0
- package/dist/biggive/p-de0f70ee.entry.js +1 -0
- package/dist/biggive/p-e3b0c4ae.entry.js +1 -0
- package/dist/biggive/p-e546fe69.entry.js +1 -0
- package/dist/cjs/biggive-article-card.cjs.entry.js +2 -35
- package/dist/cjs/biggive-back-to-top_23.cjs.entry.js +625 -0
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -35
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +4 -19
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -17
- package/dist/cjs/biggive-branded-image.cjs.entry.js +2 -14
- package/dist/cjs/biggive-category-icon.cjs.entry.js +4 -19
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -8
- package/dist/cjs/biggive-icon-group.cjs.entry.js +2 -8
- package/dist/cjs/biggive-image.cjs.entry.js +2 -20
- package/dist/cjs/biggive-quote.cjs.entry.js +2 -14
- package/dist/cjs/biggive-search.cjs.entry.js +7 -5
- package/dist/cjs/biggive-tab.cjs.entry.js +2 -5
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +2 -8
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +2 -11
- package/dist/cjs/biggive.cjs.js +3 -3
- package/dist/cjs/{fontawesome-icons-110f532d.js → fontawesome-icons-f33263c4.js} +45 -55
- package/dist/cjs/index-1fa2bbc6.js +196 -0
- package/dist/cjs/{index-87518c3f.js → index-ecfc2713.js} +734 -495
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/collection/assets/images/biggive-triangle-green.svg +21 -0
- package/dist/collection/assets/images/cross.svg +11 -0
- package/dist/collection/assets/images/menu.svg +11 -0
- package/dist/collection/collection-manifest.json +4 -2
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +24 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +214 -253
- package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +24 -0
- package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.js +12 -11
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +24 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +214 -251
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +1 -1
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +24 -0
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.js +102 -116
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +24 -0
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.js +102 -112
- package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +24 -0
- package/dist/collection/components/biggive-branded-image/biggive-branded-image.js +85 -96
- package/dist/collection/components/biggive-button/biggive-button.css +24 -0
- package/dist/collection/components/biggive-button/biggive-button.js +137 -153
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +24 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +376 -440
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +26 -0
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +322 -385
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +61 -0
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +123 -124
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.stories.js +6 -0
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +24 -0
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +238 -292
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +24 -0
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.js +102 -116
- package/dist/collection/components/biggive-footer/biggive-footer.css +58 -1
- package/dist/collection/components/biggive-footer/biggive-footer.js +15 -39
- package/dist/collection/components/biggive-footer/biggive-footer.stories.js +8 -1
- package/dist/collection/components/biggive-form/biggive-form.js +12 -9
- package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +557 -0
- package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.js +95 -9
- package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.stories.js +9 -0
- package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +520 -0
- package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.js +94 -0
- package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.js +23 -0
- package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +12 -9
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +24 -0
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +51 -52
- package/dist/collection/components/biggive-grid/biggive-grid.css +39 -0
- package/dist/collection/components/biggive-grid/biggive-grid.js +68 -72
- package/dist/collection/components/biggive-header/biggive-header.css +94 -2
- package/dist/collection/components/biggive-header/biggive-header.js +64 -69
- package/dist/collection/components/biggive-header/biggive-header.stories.js +2 -1
- package/dist/collection/components/biggive-heading/biggive-heading.css +24 -0
- package/dist/collection/components/biggive-heading/biggive-heading.js +136 -152
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +48 -11
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +240 -283
- package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +24 -0
- package/dist/collection/components/biggive-icon-group/biggive-icon-group.js +51 -54
- package/dist/collection/components/biggive-image/biggive-image.css +24 -0
- package/dist/collection/components/biggive-image/biggive-image.js +119 -133
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +43 -5
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.js +232 -270
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +24 -0
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.js +85 -94
- package/dist/collection/components/biggive-page-column/biggive-page-column.css +506 -1
- package/dist/collection/components/biggive-page-column/biggive-page-column.js +11 -7
- package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +34 -1
- package/dist/collection/components/biggive-page-columns/biggive-page-columns.js +34 -36
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +24 -0
- package/dist/collection/components/biggive-page-section/biggive-page-section.js +85 -93
- package/dist/collection/components/biggive-popup/biggive-popup.css +547 -0
- package/dist/collection/components/biggive-popup/biggive-popup.js +47 -0
- package/dist/collection/components/biggive-popup/biggive-popup.stories.js +8 -0
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +24 -0
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.js +68 -76
- package/dist/collection/components/biggive-quote/biggive-quote.css +24 -0
- package/dist/collection/components/biggive-quote/biggive-quote.js +85 -93
- package/dist/collection/components/biggive-search/biggive-search.css +24 -0
- package/dist/collection/components/biggive-search/biggive-search.js +74 -74
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +24 -0
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.js +85 -94
- package/dist/collection/components/biggive-tab/biggive-tab.css +24 -0
- package/dist/collection/components/biggive-tab/biggive-tab.js +34 -34
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +24 -0
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +51 -52
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +33 -1
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.js +178 -208
- package/dist/collection/components/biggive-video/biggive-video.css +24 -0
- package/dist/collection/components/biggive-video/biggive-video.js +68 -72
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +43 -5
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +238 -278
- package/dist/components/biggive-article-card.js +1 -34
- package/dist/components/biggive-back-to-top.js +1 -1
- package/dist/components/biggive-basic-card.js +1 -34
- package/dist/components/biggive-beneficiary-icon.js +1 -16
- package/dist/components/biggive-boxed-content.js +1 -16
- package/dist/components/biggive-branded-image.js +1 -13
- package/dist/components/biggive-button2.js +2 -23
- package/dist/components/biggive-call-to-action.js +1 -61
- package/dist/components/biggive-campaign-card-filter-grid.js +55 -22
- package/dist/components/biggive-campaign-card.js +2 -49
- package/dist/components/biggive-campaign-highlights.js +1 -40
- package/dist/components/biggive-category-icon.js +1 -16
- package/dist/components/biggive-footer.js +4 -10
- package/dist/components/biggive-form-field-select-option.d.ts +11 -0
- package/dist/components/biggive-form-field-select-option.js +6 -0
- package/dist/components/biggive-form-field-select-option2.js +46 -0
- package/dist/components/biggive-form-field-select.js +1 -28
- package/dist/components/biggive-form-field-select2.js +44 -0
- package/dist/components/biggive-formatted-text.js +1 -7
- package/dist/components/biggive-grid.js +1 -10
- package/dist/components/biggive-header.js +13 -8
- package/dist/components/biggive-heading.js +1 -22
- package/dist/components/biggive-hero-image.js +1 -40
- package/dist/components/biggive-icon-group.js +1 -7
- package/dist/components/biggive-image-feature.js +1 -37
- package/dist/components/biggive-image.js +1 -19
- package/dist/components/biggive-misc-icon2.js +1 -13
- package/dist/components/biggive-page-column.js +1 -1
- package/dist/components/biggive-page-columns.js +1 -4
- package/dist/components/biggive-page-section.js +1 -13
- package/dist/components/biggive-popup.d.ts +11 -0
- package/dist/components/biggive-popup.js +6 -0
- package/dist/components/biggive-popup2.js +41 -0
- package/dist/components/biggive-progress-bar2.js +1 -10
- package/dist/components/biggive-quote.js +1 -13
- package/dist/components/biggive-search.js +5 -3
- package/dist/components/biggive-social-icon.js +41 -1
- package/dist/components/biggive-tab.js +1 -4
- package/dist/components/biggive-tabbed-content.js +1 -7
- package/dist/components/biggive-totalizer.js +1 -28
- package/dist/components/biggive-video-feature.js +1 -40
- package/dist/components/biggive-video.js +1 -10
- package/dist/components/fontawesome-icons.js +11 -21
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index2.js +164 -0
- package/dist/esm/biggive-article-card.entry.js +2 -35
- package/dist/esm/biggive-back-to-top_23.entry.js +599 -0
- package/dist/esm/biggive-basic-card.entry.js +2 -35
- package/dist/esm/biggive-beneficiary-icon.entry.js +4 -19
- package/dist/esm/biggive-boxed-content.entry.js +2 -17
- package/dist/esm/biggive-branded-image.entry.js +2 -14
- package/dist/esm/biggive-category-icon.entry.js +4 -19
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-formatted-text.entry.js +2 -8
- package/dist/esm/biggive-icon-group.entry.js +2 -8
- package/dist/esm/biggive-image.entry.js +2 -20
- package/dist/esm/biggive-quote.entry.js +2 -14
- package/dist/esm/biggive-search.entry.js +6 -4
- package/dist/esm/biggive-tab.entry.js +2 -5
- package/dist/esm/biggive-tabbed-content.entry.js +2 -8
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +2 -11
- package/dist/esm/biggive.js +3 -3
- package/dist/esm/{fontawesome-icons-562459be.js → fontawesome-icons-ff9155ca.js} +11 -21
- package/dist/esm/index-7cfe62c2.js +164 -0
- package/dist/esm/{index-4395d470.js → index-b3c47751.js} +734 -495
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +2 -6
- package/dist/types/components/biggive-form-field-select/biggive-form-field-select.d.ts +17 -0
- package/dist/types/components/biggive-form-field-select/biggive-form-field-select.stories.d.ts +5 -0
- package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.d.ts +20 -0
- package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.d.ts +13 -0
- package/dist/types/components/biggive-header/biggive-header.d.ts +1 -0
- package/dist/types/components/biggive-popup/biggive-popup.d.ts +6 -0
- package/dist/types/components/biggive-popup/biggive-popup.stories.d.ts +5 -0
- package/dist/types/components.d.ts +73 -6
- package/dist/types/stencil-public-runtime.d.ts +20 -4
- package/hydrate/index.d.ts +1 -1
- package/hydrate/index.js +1133 -1561
- package/loader/package.json +1 -0
- package/package.json +4 -2
- package/dist/biggive/p-07962fc5.entry.js +0 -1
- package/dist/biggive/p-1024263c.entry.js +0 -1
- package/dist/biggive/p-1805f9ab.js +0 -2
- package/dist/biggive/p-1b78efa0.entry.js +0 -1
- package/dist/biggive/p-5dbda89c.entry.js +0 -1
- package/dist/biggive/p-5f1b0106.entry.js +0 -1
- package/dist/biggive/p-6326f936.entry.js +0 -1
- package/dist/biggive/p-72a6f0a8.entry.js +0 -1
- package/dist/biggive/p-74b5d4c7.entry.js +0 -1
- package/dist/biggive/p-7eee1e58.entry.js +0 -1
- package/dist/biggive/p-871707f4.js +0 -6
- package/dist/biggive/p-8f605036.entry.js +0 -1
- package/dist/biggive/p-9125d753.entry.js +0 -1
- package/dist/biggive/p-bdb476eb.entry.js +0 -1
- package/dist/biggive/p-c9aaa5c3.entry.js +0 -1
- package/dist/biggive/p-df6daa79.entry.js +0 -1
- package/dist/biggive/p-ec9b42b3.js +0 -6
- package/dist/biggive/p-f9388477.entry.js +0 -1
- package/dist/biggive/p-f98681a5.entry.js +0 -1
- package/dist/biggive/p-faa6817c.entry.js +0 -1
- package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +0 -923
- package/dist/cjs/biggive-form-field-select.cjs.entry.js +0 -19
- package/dist/cjs/index.es-d3570170.js +0 -201
- package/dist/components/biggive-social-icon2.js +0 -55
- package/dist/components/index.es.js +0 -169
- package/dist/esm/biggive-back-to-top_20.entry.js +0 -900
- package/dist/esm/biggive-form-field-select.entry.js +0 -15
- package/dist/esm/index.es-5777380a.js +0 -169
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
body {
|
|
2
|
+
background-color: #D7D7D7;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
h1, h3, h3, h4, h5, h6 {
|
|
6
|
+
margin-bottom: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
h1, .heading-1 {
|
|
10
|
+
font-size: 50px;
|
|
11
|
+
line-height: 60px;
|
|
12
|
+
font-weight: bold;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
h2, .heading-2 {
|
|
16
|
+
font-size: 38px;
|
|
17
|
+
line-height: 45px;
|
|
18
|
+
font-weight: bold;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
h3, .heading-3 {
|
|
22
|
+
font-size: 25px;
|
|
23
|
+
line-height: 32px;
|
|
24
|
+
font-weight: bold;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
h4, .heading-4 {
|
|
28
|
+
font-size: 20px;
|
|
29
|
+
line-height: 24px;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
h5, .heading-5 {
|
|
34
|
+
font-size: 17px;
|
|
35
|
+
line-height: 24px;
|
|
36
|
+
font-weight: bold;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
a {
|
|
40
|
+
color: inherit;
|
|
41
|
+
text-decoration: underline;
|
|
42
|
+
}
|
|
43
|
+
a:hover {
|
|
44
|
+
text-decoration: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.colour-primary {
|
|
48
|
+
color: #2C089B;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.colour-secondary {
|
|
52
|
+
color: #2AF135;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.colour-tertiary {
|
|
56
|
+
color: #FF7272;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.colour-white {
|
|
60
|
+
color: #FFFFFF;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.colour-black {
|
|
64
|
+
color: #000000;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.text-colour-hover-primary:hover,
|
|
68
|
+
.text-colour-primary {
|
|
69
|
+
color: #2C089B;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.text-colour-hover-secondary:hover,
|
|
73
|
+
.text-colour-secondary {
|
|
74
|
+
color: #2AF135;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.text-colour-hover-tertiary:hover,
|
|
78
|
+
.text-colour-tertiary {
|
|
79
|
+
color: #FF7272;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.text-colour-hover-white:hover,
|
|
83
|
+
.text-colour-white {
|
|
84
|
+
color: #FFFFFF;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.text-colour-hover-black:hover,
|
|
88
|
+
.text-colour-black {
|
|
89
|
+
color: #000000;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.fill-primary {
|
|
93
|
+
fill: #2C089B;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.fill-secondary {
|
|
97
|
+
fill: #2AF135;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.fill-tertiary {
|
|
101
|
+
fill: #FF7272;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.fill-white {
|
|
105
|
+
fill: #FFFFFF;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.fill-black {
|
|
109
|
+
fill: #000000;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.fill-red {
|
|
113
|
+
fill: red;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.background-colour-hover-primary:hover,
|
|
117
|
+
.background-colour-primary {
|
|
118
|
+
background-color: #2C089B;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.background-colour-hover-secondary:hover,
|
|
122
|
+
.background-colour-secondary {
|
|
123
|
+
background-color: #2AF135;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.background-colour-hover-tertiary:hover,
|
|
127
|
+
.background-colour-tertiary {
|
|
128
|
+
background-color: #FF7272;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.background-colour-hover-white:hover,
|
|
132
|
+
.background-colour-white {
|
|
133
|
+
background-color: #FFFFFF;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.background-colour-hover-black:hover,
|
|
137
|
+
.background-colour-black {
|
|
138
|
+
background-color: #000000;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.input-wrap {
|
|
142
|
+
display: flex;
|
|
143
|
+
justify-content: space-between;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.input-text {
|
|
147
|
+
font-family: "Euclid Triangle", sans-serif;
|
|
148
|
+
font-size: 17px;
|
|
149
|
+
line-height: 24px;
|
|
150
|
+
color: #000000;
|
|
151
|
+
padding: 5px 10px;
|
|
152
|
+
box-sizing: border-box;
|
|
153
|
+
width: 100%;
|
|
154
|
+
}
|
|
155
|
+
.input-text:focus {
|
|
156
|
+
outline: 0;
|
|
157
|
+
}
|
|
158
|
+
.input-text:placeholder {
|
|
159
|
+
color: #4A4A4A;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.button {
|
|
163
|
+
font-size: 17px;
|
|
164
|
+
line-height: 24px;
|
|
165
|
+
padding: 10px 30px;
|
|
166
|
+
border-radius: 5px;
|
|
167
|
+
border: 1px solid #000000;
|
|
168
|
+
background-color: #000000;
|
|
169
|
+
filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.22));
|
|
170
|
+
color: #FFFFFF;
|
|
171
|
+
display: inline-block;
|
|
172
|
+
text-decoration: none;
|
|
173
|
+
text-align: center;
|
|
174
|
+
transition: all ease-in-out 0.5s;
|
|
175
|
+
cursor: pointer;
|
|
176
|
+
}
|
|
177
|
+
.button:hover {
|
|
178
|
+
background-color: #FFFFFF;
|
|
179
|
+
color: #000000;
|
|
180
|
+
}
|
|
181
|
+
.button.size-small {
|
|
182
|
+
font-size: 13px;
|
|
183
|
+
line-height: 17px;
|
|
184
|
+
padding: 5px 15px;
|
|
185
|
+
}
|
|
186
|
+
.button.button.rounded-true {
|
|
187
|
+
border-radius: 27.5px;
|
|
188
|
+
}
|
|
189
|
+
.button.button.rounded-true.size-small {
|
|
190
|
+
border-radius: 20px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.button-primary {
|
|
194
|
+
color: #FFFFFF;
|
|
195
|
+
background-color: #2C089B;
|
|
196
|
+
border-color: #2C089B;
|
|
197
|
+
}
|
|
198
|
+
.button-primary:hover {
|
|
199
|
+
color: #2C089B;
|
|
200
|
+
background-color: #FFFFFF;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.button-secondary {
|
|
204
|
+
color: #2C089B;
|
|
205
|
+
background-color: #2AF135;
|
|
206
|
+
border-color: #2AF135;
|
|
207
|
+
}
|
|
208
|
+
.button-secondary:hover {
|
|
209
|
+
background-color: #FFFFFF;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.button-tertiary {
|
|
213
|
+
color: #FFFFFF;
|
|
214
|
+
background-color: #FF7272;
|
|
215
|
+
border-color: #FF7272;
|
|
216
|
+
}
|
|
217
|
+
.button-tertiary:hover {
|
|
218
|
+
background-color: #FFFFFF;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.button-white {
|
|
222
|
+
color: #2C089B;
|
|
223
|
+
background-color: #FFFFFF;
|
|
224
|
+
border-color: #FFFFFF;
|
|
225
|
+
}
|
|
226
|
+
.button-white:hover {
|
|
227
|
+
color: #FFFFFF;
|
|
228
|
+
background-color: #2C089B;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.button-black {
|
|
232
|
+
color: #FFFFFF;
|
|
233
|
+
background-color: #000000;
|
|
234
|
+
border-color: #000000;
|
|
235
|
+
}
|
|
236
|
+
.button-black:hover {
|
|
237
|
+
color: #000000;
|
|
238
|
+
background-color: #FFFFFF;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.button-clear-primary {
|
|
242
|
+
color: #2C089B;
|
|
243
|
+
background-color: transparent;
|
|
244
|
+
text-decoration: underline;
|
|
245
|
+
box-shadow: none;
|
|
246
|
+
border: 0;
|
|
247
|
+
padding-left: 0;
|
|
248
|
+
padding-right: 0;
|
|
249
|
+
}
|
|
250
|
+
.button-clear-primary:hover {
|
|
251
|
+
text-decoration: none;
|
|
252
|
+
background-color: transparent;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.button-clear-secondary {
|
|
256
|
+
color: #2AF135;
|
|
257
|
+
background-color: transparent;
|
|
258
|
+
text-decoration: underline;
|
|
259
|
+
box-shadow: none;
|
|
260
|
+
border: 0;
|
|
261
|
+
padding-left: 0;
|
|
262
|
+
padding-right: 0;
|
|
263
|
+
}
|
|
264
|
+
.button-clear-secondary:hover {
|
|
265
|
+
text-decoration: none;
|
|
266
|
+
background-color: transparent;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.button-clear-tertiary {
|
|
270
|
+
color: #FF7272;
|
|
271
|
+
background-color: transparent;
|
|
272
|
+
text-decoration: underline;
|
|
273
|
+
box-shadow: none;
|
|
274
|
+
border: 0;
|
|
275
|
+
padding-left: 0;
|
|
276
|
+
padding-right: 0;
|
|
277
|
+
}
|
|
278
|
+
.button-clear-tertiary:hover {
|
|
279
|
+
text-decoration: none;
|
|
280
|
+
background-color: transparent;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.button-clear-white {
|
|
284
|
+
color: #FFFFFF;
|
|
285
|
+
background-color: transparent;
|
|
286
|
+
text-decoration: underline;
|
|
287
|
+
box-shadow: none;
|
|
288
|
+
border: 0;
|
|
289
|
+
padding-left: 0;
|
|
290
|
+
padding-right: 0;
|
|
291
|
+
}
|
|
292
|
+
.button-clear-white:hover {
|
|
293
|
+
color: #FFFFFF;
|
|
294
|
+
text-decoration: none;
|
|
295
|
+
background-color: transparent;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.button-rounded {
|
|
299
|
+
border-radius: 27.5px;
|
|
300
|
+
}
|
|
301
|
+
.button-rounded.size-small {
|
|
302
|
+
border-radius: 20px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.progress-bar {
|
|
306
|
+
display: flex;
|
|
307
|
+
}
|
|
308
|
+
.progress-bar .slider {
|
|
309
|
+
margin: auto 15px auto 0;
|
|
310
|
+
position: relative;
|
|
311
|
+
flex-grow: 1;
|
|
312
|
+
}
|
|
313
|
+
.progress-bar .slider:before {
|
|
314
|
+
content: "";
|
|
315
|
+
position: absolute;
|
|
316
|
+
display: block;
|
|
317
|
+
top: 0;
|
|
318
|
+
left: 0;
|
|
319
|
+
bottom: 0;
|
|
320
|
+
right: 0;
|
|
321
|
+
background-color: #E8E8E8;
|
|
322
|
+
border-radius: 4px;
|
|
323
|
+
}
|
|
324
|
+
.progress-bar .slider .progress {
|
|
325
|
+
position: relative;
|
|
326
|
+
border-radius: 4px;
|
|
327
|
+
background-color: #000000;
|
|
328
|
+
height: 8px;
|
|
329
|
+
}
|
|
330
|
+
.progress-bar .counter {
|
|
331
|
+
font-weight: 700;
|
|
332
|
+
color: #000000;
|
|
333
|
+
font-size: 14px;
|
|
334
|
+
line-height: 18px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.progress-bar-primary .slider .progress {
|
|
338
|
+
background-color: #2C089B;
|
|
339
|
+
}
|
|
340
|
+
.progress-bar-primary .counter {
|
|
341
|
+
color: #2C089B;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.progress-bar-secondary .slider .progress {
|
|
345
|
+
background-color: #2AF135;
|
|
346
|
+
}
|
|
347
|
+
.progress-bar-secondary .counter {
|
|
348
|
+
color: #2AF135;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.video-wrap {
|
|
352
|
+
position: relative;
|
|
353
|
+
padding-bottom: 56.25%;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.video-wrap iframe,
|
|
357
|
+
.video-wrap video {
|
|
358
|
+
position: absolute;
|
|
359
|
+
border: 0;
|
|
360
|
+
display: block;
|
|
361
|
+
left: 0;
|
|
362
|
+
right: 0;
|
|
363
|
+
top: 0;
|
|
364
|
+
bottom: 0;
|
|
365
|
+
width: 100%;
|
|
366
|
+
height: 100%;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.image-wrap img {
|
|
370
|
+
width: 100%;
|
|
371
|
+
height: auto;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.align-left {
|
|
375
|
+
text-align: left;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.align-right {
|
|
379
|
+
text-align: right;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.align-center {
|
|
383
|
+
text-align: center;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.align-justify {
|
|
387
|
+
text-align: justify;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.space-below-0 {
|
|
391
|
+
margin-bottom: 0;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.space-below-1 {
|
|
395
|
+
margin-bottom: 5px;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.space-below-2 {
|
|
399
|
+
margin-bottom: 10px;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.space-below-3 {
|
|
403
|
+
margin-bottom: 15px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.space-below-4 {
|
|
407
|
+
margin-bottom: 30px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.space-below-5 {
|
|
411
|
+
margin-bottom: 45px;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.space-below-6 {
|
|
415
|
+
margin-bottom: 60px;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.space-above-0 {
|
|
419
|
+
margin-top: 0;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.space-above-1 {
|
|
423
|
+
margin-top: 5px;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.space-above-2 {
|
|
427
|
+
margin-top: 10px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.space-above-3 {
|
|
431
|
+
margin-top: 15px;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.space-above-4 {
|
|
435
|
+
margin-top: 30px;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.space-above-5 {
|
|
439
|
+
margin-top: 45px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.space-above-6 {
|
|
443
|
+
margin-top: 60px;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.horizontal-padding-1 {
|
|
447
|
+
padding-left: 5px;
|
|
448
|
+
padding-right: 5px;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.horizontal-padding-2 {
|
|
452
|
+
padding-left: 10px;
|
|
453
|
+
padding-right: 10px;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.horizontal-padding-3 {
|
|
457
|
+
padding-left: 15px;
|
|
458
|
+
padding-right: 15px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.horizontal-padding-4 {
|
|
462
|
+
padding-left: 30px;
|
|
463
|
+
padding-right: 30px;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.horizontal-padding-5 {
|
|
467
|
+
padding-left: 45px;
|
|
468
|
+
padding-right: 45px;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.horizontal-padding-6 {
|
|
472
|
+
padding-left: 60px;
|
|
473
|
+
padding-right: 60px;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.vertical-padding-1 {
|
|
477
|
+
padding-top: 5px;
|
|
478
|
+
padding-bottom: 5px;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.vertical-padding-2 {
|
|
482
|
+
padding-top: 10px;
|
|
483
|
+
padding-bottom: 10px;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.vertical-padding-3 {
|
|
487
|
+
padding-top: 15px;
|
|
488
|
+
padding-bottom: 15px;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.vertical-padding-4 {
|
|
492
|
+
padding-top: 30px;
|
|
493
|
+
padding-bottom: 30px;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.vertical-padding-5 {
|
|
497
|
+
padding-top: 45px;
|
|
498
|
+
padding-bottom: 45px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.vertical-padding-6 {
|
|
502
|
+
padding-top: 60px;
|
|
503
|
+
padding-bottom: 60px;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
:host {
|
|
507
|
+
display: contents;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.option {
|
|
511
|
+
font-family: "Euclid Triangle", sans-serif;
|
|
512
|
+
font-size: 17px;
|
|
513
|
+
line-height: 24px;
|
|
514
|
+
padding: 2px 10px;
|
|
515
|
+
}
|
|
516
|
+
.option:hover {
|
|
517
|
+
background-color: #2C089B;
|
|
518
|
+
color: #FFFFFF;
|
|
519
|
+
cursor: pointer;
|
|
520
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { h } from '@stencil/core';
|
|
2
|
+
export class BiggiveFormFieldSelectOption {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.selectedValue = null;
|
|
5
|
+
this.selectedLabel = null;
|
|
6
|
+
this.label = null;
|
|
7
|
+
this.value = null;
|
|
8
|
+
}
|
|
9
|
+
optionSelectHandler(event) {
|
|
10
|
+
this.selectedValue = event.target.getAttribute('data-value');
|
|
11
|
+
this.selectedLabel = event.target.innerText;
|
|
12
|
+
var keyValuePair = { value: this.selectedValue, label: this.selectedLabel };
|
|
13
|
+
this.doOptionSelect.emit(keyValuePair);
|
|
14
|
+
}
|
|
15
|
+
render() {
|
|
16
|
+
return (h("div", { class: "option", "data-value": this.value, onClick: event => this.optionSelectHandler(event) }, this.label));
|
|
17
|
+
}
|
|
18
|
+
static get is() { return "biggive-form-field-select-option"; }
|
|
19
|
+
static get encapsulation() { return "shadow"; }
|
|
20
|
+
static get originalStyleUrls() {
|
|
21
|
+
return {
|
|
22
|
+
"$": ["biggive-form-field-select-option.scss"]
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
static get styleUrls() {
|
|
26
|
+
return {
|
|
27
|
+
"$": ["biggive-form-field-select-option.css"]
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
static get properties() {
|
|
31
|
+
return {
|
|
32
|
+
"label": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"mutable": false,
|
|
35
|
+
"complexType": {
|
|
36
|
+
"original": "string",
|
|
37
|
+
"resolved": "string",
|
|
38
|
+
"references": {}
|
|
39
|
+
},
|
|
40
|
+
"required": false,
|
|
41
|
+
"optional": false,
|
|
42
|
+
"docs": {
|
|
43
|
+
"tags": [],
|
|
44
|
+
"text": "Label"
|
|
45
|
+
},
|
|
46
|
+
"attribute": "label",
|
|
47
|
+
"reflect": false,
|
|
48
|
+
"defaultValue": "null"
|
|
49
|
+
},
|
|
50
|
+
"value": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"mutable": false,
|
|
53
|
+
"complexType": {
|
|
54
|
+
"original": "string",
|
|
55
|
+
"resolved": "string",
|
|
56
|
+
"references": {}
|
|
57
|
+
},
|
|
58
|
+
"required": false,
|
|
59
|
+
"optional": false,
|
|
60
|
+
"docs": {
|
|
61
|
+
"tags": [],
|
|
62
|
+
"text": "Value"
|
|
63
|
+
},
|
|
64
|
+
"attribute": "value",
|
|
65
|
+
"reflect": false,
|
|
66
|
+
"defaultValue": "null"
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
static get states() {
|
|
71
|
+
return {
|
|
72
|
+
"selectedValue": {},
|
|
73
|
+
"selectedLabel": {}
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
static get events() {
|
|
77
|
+
return [{
|
|
78
|
+
"method": "doOptionSelect",
|
|
79
|
+
"name": "doOptionSelect",
|
|
80
|
+
"bubbles": true,
|
|
81
|
+
"cancelable": true,
|
|
82
|
+
"composed": true,
|
|
83
|
+
"docs": {
|
|
84
|
+
"tags": [],
|
|
85
|
+
"text": "This event `doOptionSelect` event is emitted and propogates to the parent\ncomponent which handles it"
|
|
86
|
+
},
|
|
87
|
+
"complexType": {
|
|
88
|
+
"original": "object",
|
|
89
|
+
"resolved": "object",
|
|
90
|
+
"references": {}
|
|
91
|
+
}
|
|
92
|
+
}];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'Components/Forms',
|
|
3
|
+
argTypes: {
|
|
4
|
+
value: {
|
|
5
|
+
name: 'Value',
|
|
6
|
+
},
|
|
7
|
+
label: {
|
|
8
|
+
name: 'Label',
|
|
9
|
+
},
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
const Template = args => `
|
|
13
|
+
<biggive-form-field-select-option
|
|
14
|
+
value="${args.value}"
|
|
15
|
+
label="${args.label}"
|
|
16
|
+
</biggive-form-field-select-option>
|
|
17
|
+
`;
|
|
18
|
+
document.addEventListener('doOptionSelect', () => alert('doOptionSelect event emitted!'));
|
|
19
|
+
export const SearchComponent = Template.bind({});
|
|
20
|
+
SearchComponent.args = {
|
|
21
|
+
value: 'test-value',
|
|
22
|
+
label: 'test label',
|
|
23
|
+
};
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Host, h } from '@stencil/core';
|
|
2
2
|
export class BiggiveTextInput {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, null,
|
|
5
|
-
h("slot", null)));
|
|
4
|
+
return (h(Host, null, h("slot", null)));
|
|
6
5
|
}
|
|
7
6
|
static get is() { return "biggive-text-input"; }
|
|
8
7
|
static get encapsulation() { return "shadow"; }
|
|
9
|
-
static get originalStyleUrls() {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
static get originalStyleUrls() {
|
|
9
|
+
return {
|
|
10
|
+
"$": ["biggive-text-input.css"]
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
static get styleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["biggive-text-input.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
15
18
|
}
|
|
@@ -109,6 +109,10 @@ a:hover {
|
|
|
109
109
|
fill: #000000;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
.fill-red {
|
|
113
|
+
fill: red;
|
|
114
|
+
}
|
|
115
|
+
|
|
112
116
|
.background-colour-hover-primary:hover,
|
|
113
117
|
.background-colour-primary {
|
|
114
118
|
background-color: #2C089B;
|
|
@@ -214,6 +218,26 @@ a:hover {
|
|
|
214
218
|
background-color: #FFFFFF;
|
|
215
219
|
}
|
|
216
220
|
|
|
221
|
+
.button-white {
|
|
222
|
+
color: #2C089B;
|
|
223
|
+
background-color: #FFFFFF;
|
|
224
|
+
border-color: #FFFFFF;
|
|
225
|
+
}
|
|
226
|
+
.button-white:hover {
|
|
227
|
+
color: #FFFFFF;
|
|
228
|
+
background-color: #2C089B;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.button-black {
|
|
232
|
+
color: #FFFFFF;
|
|
233
|
+
background-color: #000000;
|
|
234
|
+
border-color: #000000;
|
|
235
|
+
}
|
|
236
|
+
.button-black:hover {
|
|
237
|
+
color: #000000;
|
|
238
|
+
background-color: #FFFFFF;
|
|
239
|
+
}
|
|
240
|
+
|
|
217
241
|
.button-clear-primary {
|
|
218
242
|
color: #2C089B;
|
|
219
243
|
background-color: transparent;
|