sempli-website-lib 4.1.4 → 5.0.2
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/README.md +25 -25
- package/assets/fonts/Lato/Lato-Black.ttf +0 -0
- package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
- package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
- package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Light.ttf +0 -0
- package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
- package/assets/fonts/Lato/OFL.txt +0 -0
- package/assets/interface/documents.svg +136 -136
- package/assets/interface/icons/alert-success.svg +17 -17
- package/assets/interface/icons/arrow-left.svg +8 -8
- package/assets/interface/icons/arrow-right-02.svg +10 -10
- package/assets/interface/icons/arrow-right.svg +8 -8
- package/assets/interface/icons/basic-check-magenta.svg +1 -1
- package/assets/interface/icons/bulb-example.svg +20 -20
- package/assets/interface/icons/bulb-tip.svg +32 -32
- package/assets/interface/icons/check-green-circle-large.svg +23 -23
- package/assets/interface/icons/check-green.svg +16 -16
- package/assets/interface/icons/check-purple.svg +20 -20
- package/assets/interface/icons/cloud-download.svg +20 -20
- package/assets/interface/icons/document-pdf.svg +13 -13
- package/assets/interface/icons/document-review.svg +20 -20
- package/assets/interface/icons/document-status-approved.svg +21 -21
- package/assets/interface/icons/document-status-empty.svg +18 -18
- package/assets/interface/icons/document-status-error.svg +23 -23
- package/assets/interface/icons/document-status-success.svg +19 -19
- package/assets/interface/icons/eye-action.svg +1 -1
- package/assets/interface/icons/hand-stop.svg +19 -19
- package/assets/interface/icons/happy-01.svg +0 -0
- package/assets/interface/icons/happy-02.svg +0 -0
- package/assets/interface/icons/happy-03.svg +0 -0
- package/assets/interface/icons/happy-04.svg +0 -0
- package/assets/interface/icons/happy-05.svg +0 -0
- package/assets/interface/icons/heart.svg +13 -13
- package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
- package/assets/interface/icons/lock-icon.svg +1 -1
- package/assets/interface/icons/mail-circle.svg +32 -32
- package/assets/interface/icons/mail-edit.svg +20 -20
- package/assets/interface/icons/pen-edit.svg +22 -22
- package/assets/interface/icons/plus-circle.svg +22 -22
- package/assets/interface/icons/question-sign.svg +10 -10
- package/assets/interface/icons/shield.svg +31 -31
- package/assets/interface/icons/signature-modal-approved.svg +17 -17
- package/assets/interface/icons/signature-modal-waiting.svg +23 -23
- package/assets/interface/icons/signature-pending.svg +25 -25
- package/assets/interface/icons/signature-step-active.svg +19 -19
- package/assets/interface/icons/signature-step-completed.svg +19 -19
- package/assets/interface/icons/signature-step-default.svg +19 -19
- package/assets/interface/icons/skull.svg +23 -23
- package/assets/interface/icons/step-incomplete.svg +18 -18
- package/assets/interface/icons/trash-delete.svg +20 -20
- package/assets/interface/icons/warning-sign.svg +22 -22
- package/assets/interface/icons/x-circle.svg +14 -14
- package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
- package/esm2020/public-api.mjs +5 -0
- package/esm2020/sempli-website-lib.mjs +5 -0
- package/fesm2015/sempli-website-lib.mjs +27 -0
- package/fesm2015/sempli-website-lib.mjs.map +1 -0
- package/fesm2020/sempli-website-lib.mjs +27 -0
- package/fesm2020/sempli-website-lib.mjs.map +1 -0
- package/lib/sempli-website-lib.module.d.ts +6 -2
- package/package.json +23 -11
- package/public-api.d.ts +1 -1
- package/sempli-website-lib.d.ts +5 -4
- package/styles/_main.scss +2 -2
- package/styles/master-app.scss +11962 -9802
- package/styles/master-landing.scss +12821 -10661
- package/styles/modules/_functions.scss +37 -37
- package/styles/modules/_mixins.scss +66 -66
- package/styles/modules/_variables.scss +54 -54
- package/styles/partials/_base.scss +281 -281
- package/styles/partials/_buttons.scss +401 -402
- package/styles/partials/_fonts.scss +83 -83
- package/styles/partials/_forms.scss +837 -837
- package/styles/partials/_icons.scss +12 -12
- package/styles/partials/_layout.scss +148 -148
- package/styles/partials/_modals.scss +256 -256
- package/styles/partials/_panels.scss +51 -51
- package/styles/partials/_progress-bars.scss +60 -60
- package/styles/partials/_tooltips.scss +128 -128
- package/styles/partials/_videos.scss +32 -32
- package/styles/partials/animations.scss +122 -122
- package/styles/partials/app/_blocks.scss +101 -101
- package/styles/partials/app/_cards.scss +155 -155
- package/styles/partials/app/_general.scss +1199 -1199
- package/styles/partials/app/_header.scss +723 -723
- package/styles/partials/app/_layout.scss +227 -227
- package/styles/partials/app/_my-account.scss +203 -203
- package/styles/partials/app/_my-loan-applications.scss +165 -165
- package/styles/partials/app/_my-products.scss +1039 -1039
- package/styles/partials/app/_signatures.scss +16 -16
- package/styles/partials/landing/_footer.scss +70 -70
- package/styles/partials/landing/_general.scss +1375 -1375
- package/styles/partials/landing/_header.scss +478 -478
- package/styles/partials/landing/_hero-wrappers.scss +616 -616
- package/styles/vendor/_modules_export.scss +3252 -1091
- package/styles/vendor/_normalize.scss +341 -341
- package/bundles/sempli-website-lib.umd.js +0 -33
- package/bundles/sempli-website-lib.umd.js.map +0 -1
- package/bundles/sempli-website-lib.umd.min.js +0 -2
- package/bundles/sempli-website-lib.umd.min.js.map +0 -1
- package/esm2015/lib/sempli-website-lib.module.js +0 -11
- package/esm2015/public-api.js +0 -5
- package/esm2015/sempli-website-lib.js +0 -5
- package/fesm2015/sempli-website-lib.js +0 -22
- package/fesm2015/sempli-website-lib.js.map +0 -1
- package/sempli-website-lib.metadata.json +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# ICONS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Icons
|
|
7
|
-
[class^="icon-"], [class*=" icon-"] {
|
|
8
|
-
// height: 32px;
|
|
9
|
-
// width: 32px;
|
|
10
|
-
// display: inline-block;
|
|
11
|
-
// fill: currentColor;
|
|
12
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# ICONS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// Icons
|
|
7
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
8
|
+
// height: 32px;
|
|
9
|
+
// width: 32px;
|
|
10
|
+
// display: inline-block;
|
|
11
|
+
// fill: currentColor;
|
|
12
|
+
}
|
|
@@ -1,148 +1,148 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# LAYOUT
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Grid Structure
|
|
7
|
-
$gridColumns: 12;
|
|
8
|
-
$breakPoints: (
|
|
9
|
-
medium: (
|
|
10
|
-
short-hand: "md",
|
|
11
|
-
resolution: $breakpoint-medium
|
|
12
|
-
),
|
|
13
|
-
xmedium: (
|
|
14
|
-
short-hand: "xm",
|
|
15
|
-
resolution: $breakpoint-xmedium
|
|
16
|
-
),
|
|
17
|
-
large: (
|
|
18
|
-
short-hand: "lg",
|
|
19
|
-
resolution: $breakpoint-large
|
|
20
|
-
),
|
|
21
|
-
xlarge: (
|
|
22
|
-
short-hand: "xl",
|
|
23
|
-
resolution: $breakpoint-xlarge
|
|
24
|
-
)
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
.grid {
|
|
28
|
-
display: grid;
|
|
29
|
-
grid-template-columns: repeat(12, 1fr);
|
|
30
|
-
|
|
31
|
-
@include responsive($breakpoint-medium) {
|
|
32
|
-
grid-column-gap: 40px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.col {
|
|
36
|
-
@for $i from 1 through $gridColumns {
|
|
37
|
-
&.sm#{$i}{
|
|
38
|
-
grid-column: span $i;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@each $breakPointName, $breakPointProp in $breakPoints {
|
|
43
|
-
@include responsive(map-get($breakPointProp, "resolution")){
|
|
44
|
-
@for $i from 1 through $gridColumns {
|
|
45
|
-
&.#{map-get($breakPointProp, "short-hand")}#{$i}{
|
|
46
|
-
grid-column: span $i;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// Structure
|
|
55
|
-
.section-wrapper {
|
|
56
|
-
padding: 80px 0;
|
|
57
|
-
|
|
58
|
-
&:last-child {
|
|
59
|
-
padding: 80px 0 120px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// Sides Push
|
|
63
|
-
&.sides-push {
|
|
64
|
-
background-color: #f7f8fb;
|
|
65
|
-
margin: 40px 20px;
|
|
66
|
-
@include border-radius(10px);
|
|
67
|
-
|
|
68
|
-
@include responsive($breakpoint-large) {
|
|
69
|
-
margin: 40px;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// Negative State
|
|
74
|
-
&.negative {
|
|
75
|
-
background-color: $color-primary-darker;
|
|
76
|
-
color: white;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// Sides Push
|
|
81
|
-
.sides-push {
|
|
82
|
-
background-color: #f7f8fb;
|
|
83
|
-
margin: 40px 20px;
|
|
84
|
-
@include border-radius(10px);
|
|
85
|
-
|
|
86
|
-
@include responsive($breakpoint-large) {
|
|
87
|
-
margin: 40px;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.container {
|
|
92
|
-
max-width: 1200px;
|
|
93
|
-
margin: 0 auto;
|
|
94
|
-
padding: 0 10px;
|
|
95
|
-
|
|
96
|
-
@include responsive($breakpoint-medium) {
|
|
97
|
-
padding: 0 20px;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// Centered content
|
|
101
|
-
&.centered {
|
|
102
|
-
text-align: center;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.container {
|
|
106
|
-
padding: 0;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.content-box {
|
|
111
|
-
margin-bottom: 100px;
|
|
112
|
-
|
|
113
|
-
&:last-of-type {
|
|
114
|
-
margin-bottom: 0;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
@include responsive($breakpoint-medium) {
|
|
118
|
-
display: grid;
|
|
119
|
-
grid-template-columns: 1fr 1fr;
|
|
120
|
-
grid-column-gap: 10%;
|
|
121
|
-
justify-items: center;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
align-items: center;
|
|
124
|
-
|
|
125
|
-
&.reverse {
|
|
126
|
-
.content-box-col {
|
|
127
|
-
&:nth-child(1) {
|
|
128
|
-
grid-column: 2;
|
|
129
|
-
grid-row: 1;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
&:nth-child(2) {
|
|
133
|
-
grid-column: 1;
|
|
134
|
-
grid-row: 1;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
@include responsive($breakpoint-xmedium) {
|
|
141
|
-
grid-column-gap: 20%;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
@include responsive($breakpoint-xxlarge) {
|
|
145
|
-
margin-bottom: 200px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# LAYOUT
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// Grid Structure
|
|
7
|
+
$gridColumns: 12;
|
|
8
|
+
$breakPoints: (
|
|
9
|
+
medium: (
|
|
10
|
+
short-hand: "md",
|
|
11
|
+
resolution: $breakpoint-medium
|
|
12
|
+
),
|
|
13
|
+
xmedium: (
|
|
14
|
+
short-hand: "xm",
|
|
15
|
+
resolution: $breakpoint-xmedium
|
|
16
|
+
),
|
|
17
|
+
large: (
|
|
18
|
+
short-hand: "lg",
|
|
19
|
+
resolution: $breakpoint-large
|
|
20
|
+
),
|
|
21
|
+
xlarge: (
|
|
22
|
+
short-hand: "xl",
|
|
23
|
+
resolution: $breakpoint-xlarge
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
.grid {
|
|
28
|
+
display: grid;
|
|
29
|
+
grid-template-columns: repeat(12, 1fr);
|
|
30
|
+
|
|
31
|
+
@include responsive($breakpoint-medium) {
|
|
32
|
+
grid-column-gap: 40px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.col {
|
|
36
|
+
@for $i from 1 through $gridColumns {
|
|
37
|
+
&.sm#{$i}{
|
|
38
|
+
grid-column: span $i;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@each $breakPointName, $breakPointProp in $breakPoints {
|
|
43
|
+
@include responsive(map-get($breakPointProp, "resolution")){
|
|
44
|
+
@for $i from 1 through $gridColumns {
|
|
45
|
+
&.#{map-get($breakPointProp, "short-hand")}#{$i}{
|
|
46
|
+
grid-column: span $i;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// Structure
|
|
55
|
+
.section-wrapper {
|
|
56
|
+
padding: 80px 0;
|
|
57
|
+
|
|
58
|
+
&:last-child {
|
|
59
|
+
padding: 80px 0 120px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// Sides Push
|
|
63
|
+
&.sides-push {
|
|
64
|
+
background-color: #f7f8fb;
|
|
65
|
+
margin: 40px 20px;
|
|
66
|
+
@include border-radius(10px);
|
|
67
|
+
|
|
68
|
+
@include responsive($breakpoint-large) {
|
|
69
|
+
margin: 40px;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// Negative State
|
|
74
|
+
&.negative {
|
|
75
|
+
background-color: $color-primary-darker;
|
|
76
|
+
color: white;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// Sides Push
|
|
81
|
+
.sides-push {
|
|
82
|
+
background-color: #f7f8fb;
|
|
83
|
+
margin: 40px 20px;
|
|
84
|
+
@include border-radius(10px);
|
|
85
|
+
|
|
86
|
+
@include responsive($breakpoint-large) {
|
|
87
|
+
margin: 40px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.container {
|
|
92
|
+
max-width: 1200px;
|
|
93
|
+
margin: 0 auto;
|
|
94
|
+
padding: 0 10px;
|
|
95
|
+
|
|
96
|
+
@include responsive($breakpoint-medium) {
|
|
97
|
+
padding: 0 20px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// Centered content
|
|
101
|
+
&.centered {
|
|
102
|
+
text-align: center;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.container {
|
|
106
|
+
padding: 0;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.content-box {
|
|
111
|
+
margin-bottom: 100px;
|
|
112
|
+
|
|
113
|
+
&:last-of-type {
|
|
114
|
+
margin-bottom: 0;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@include responsive($breakpoint-medium) {
|
|
118
|
+
display: grid;
|
|
119
|
+
grid-template-columns: 1fr 1fr;
|
|
120
|
+
grid-column-gap: 10%;
|
|
121
|
+
justify-items: center;
|
|
122
|
+
justify-content: center;
|
|
123
|
+
align-items: center;
|
|
124
|
+
|
|
125
|
+
&.reverse {
|
|
126
|
+
.content-box-col {
|
|
127
|
+
&:nth-child(1) {
|
|
128
|
+
grid-column: 2;
|
|
129
|
+
grid-row: 1;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&:nth-child(2) {
|
|
133
|
+
grid-column: 1;
|
|
134
|
+
grid-row: 1;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@include responsive($breakpoint-xmedium) {
|
|
141
|
+
grid-column-gap: 20%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@include responsive($breakpoint-xxlarge) {
|
|
145
|
+
margin-bottom: 200px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
}
|