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.
Files changed (111) hide show
  1. package/README.md +25 -25
  2. package/assets/fonts/Lato/Lato-Black.ttf +0 -0
  3. package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
  4. package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
  5. package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
  6. package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
  7. package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
  8. package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
  9. package/assets/fonts/Lato/Lato-Light.ttf +0 -0
  10. package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
  11. package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
  12. package/assets/fonts/Lato/OFL.txt +0 -0
  13. package/assets/interface/documents.svg +136 -136
  14. package/assets/interface/icons/alert-success.svg +17 -17
  15. package/assets/interface/icons/arrow-left.svg +8 -8
  16. package/assets/interface/icons/arrow-right-02.svg +10 -10
  17. package/assets/interface/icons/arrow-right.svg +8 -8
  18. package/assets/interface/icons/basic-check-magenta.svg +1 -1
  19. package/assets/interface/icons/bulb-example.svg +20 -20
  20. package/assets/interface/icons/bulb-tip.svg +32 -32
  21. package/assets/interface/icons/check-green-circle-large.svg +23 -23
  22. package/assets/interface/icons/check-green.svg +16 -16
  23. package/assets/interface/icons/check-purple.svg +20 -20
  24. package/assets/interface/icons/cloud-download.svg +20 -20
  25. package/assets/interface/icons/document-pdf.svg +13 -13
  26. package/assets/interface/icons/document-review.svg +20 -20
  27. package/assets/interface/icons/document-status-approved.svg +21 -21
  28. package/assets/interface/icons/document-status-empty.svg +18 -18
  29. package/assets/interface/icons/document-status-error.svg +23 -23
  30. package/assets/interface/icons/document-status-success.svg +19 -19
  31. package/assets/interface/icons/eye-action.svg +1 -1
  32. package/assets/interface/icons/hand-stop.svg +19 -19
  33. package/assets/interface/icons/happy-01.svg +0 -0
  34. package/assets/interface/icons/happy-02.svg +0 -0
  35. package/assets/interface/icons/happy-03.svg +0 -0
  36. package/assets/interface/icons/happy-04.svg +0 -0
  37. package/assets/interface/icons/happy-05.svg +0 -0
  38. package/assets/interface/icons/heart.svg +13 -13
  39. package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
  40. package/assets/interface/icons/lock-icon.svg +1 -1
  41. package/assets/interface/icons/mail-circle.svg +32 -32
  42. package/assets/interface/icons/mail-edit.svg +20 -20
  43. package/assets/interface/icons/pen-edit.svg +22 -22
  44. package/assets/interface/icons/plus-circle.svg +22 -22
  45. package/assets/interface/icons/question-sign.svg +10 -10
  46. package/assets/interface/icons/shield.svg +31 -31
  47. package/assets/interface/icons/signature-modal-approved.svg +17 -17
  48. package/assets/interface/icons/signature-modal-waiting.svg +23 -23
  49. package/assets/interface/icons/signature-pending.svg +25 -25
  50. package/assets/interface/icons/signature-step-active.svg +19 -19
  51. package/assets/interface/icons/signature-step-completed.svg +19 -19
  52. package/assets/interface/icons/signature-step-default.svg +19 -19
  53. package/assets/interface/icons/skull.svg +23 -23
  54. package/assets/interface/icons/step-incomplete.svg +18 -18
  55. package/assets/interface/icons/trash-delete.svg +20 -20
  56. package/assets/interface/icons/warning-sign.svg +22 -22
  57. package/assets/interface/icons/x-circle.svg +14 -14
  58. package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
  59. package/esm2020/public-api.mjs +5 -0
  60. package/esm2020/sempli-website-lib.mjs +5 -0
  61. package/fesm2015/sempli-website-lib.mjs +27 -0
  62. package/fesm2015/sempli-website-lib.mjs.map +1 -0
  63. package/fesm2020/sempli-website-lib.mjs +27 -0
  64. package/fesm2020/sempli-website-lib.mjs.map +1 -0
  65. package/lib/sempli-website-lib.module.d.ts +6 -2
  66. package/package.json +23 -11
  67. package/public-api.d.ts +1 -1
  68. package/sempli-website-lib.d.ts +5 -4
  69. package/styles/_main.scss +2 -2
  70. package/styles/master-app.scss +11962 -9802
  71. package/styles/master-landing.scss +12821 -10661
  72. package/styles/modules/_functions.scss +37 -37
  73. package/styles/modules/_mixins.scss +66 -66
  74. package/styles/modules/_variables.scss +54 -54
  75. package/styles/partials/_base.scss +281 -281
  76. package/styles/partials/_buttons.scss +401 -402
  77. package/styles/partials/_fonts.scss +83 -83
  78. package/styles/partials/_forms.scss +837 -837
  79. package/styles/partials/_icons.scss +12 -12
  80. package/styles/partials/_layout.scss +148 -148
  81. package/styles/partials/_modals.scss +256 -256
  82. package/styles/partials/_panels.scss +51 -51
  83. package/styles/partials/_progress-bars.scss +60 -60
  84. package/styles/partials/_tooltips.scss +128 -128
  85. package/styles/partials/_videos.scss +32 -32
  86. package/styles/partials/animations.scss +122 -122
  87. package/styles/partials/app/_blocks.scss +101 -101
  88. package/styles/partials/app/_cards.scss +155 -155
  89. package/styles/partials/app/_general.scss +1199 -1199
  90. package/styles/partials/app/_header.scss +723 -723
  91. package/styles/partials/app/_layout.scss +227 -227
  92. package/styles/partials/app/_my-account.scss +203 -203
  93. package/styles/partials/app/_my-loan-applications.scss +165 -165
  94. package/styles/partials/app/_my-products.scss +1039 -1039
  95. package/styles/partials/app/_signatures.scss +16 -16
  96. package/styles/partials/landing/_footer.scss +70 -70
  97. package/styles/partials/landing/_general.scss +1375 -1375
  98. package/styles/partials/landing/_header.scss +478 -478
  99. package/styles/partials/landing/_hero-wrappers.scss +616 -616
  100. package/styles/vendor/_modules_export.scss +3252 -1091
  101. package/styles/vendor/_normalize.scss +341 -341
  102. package/bundles/sempli-website-lib.umd.js +0 -33
  103. package/bundles/sempli-website-lib.umd.js.map +0 -1
  104. package/bundles/sempli-website-lib.umd.min.js +0 -2
  105. package/bundles/sempli-website-lib.umd.min.js.map +0 -1
  106. package/esm2015/lib/sempli-website-lib.module.js +0 -11
  107. package/esm2015/public-api.js +0 -5
  108. package/esm2015/sempli-website-lib.js +0 -5
  109. package/fesm2015/sempli-website-lib.js +0 -22
  110. package/fesm2015/sempli-website-lib.js.map +0 -1
  111. package/sempli-website-lib.metadata.json +0 -1
@@ -1,281 +1,281 @@
1
- /*#############################################################################
2
- # BASE
3
- #############################################################################*/
4
-
5
-
6
- html {
7
- box-sizing: border-box;
8
- }
9
-
10
- *, *:before, *:after {
11
- box-sizing: inherit;
12
- }
13
-
14
- html,
15
- body {
16
- min-height: 100%;
17
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
18
- font-weight: 400;
19
- font-size: 16px;
20
- line-height: 1.5;
21
- overflow-x: hidden;
22
- }
23
-
24
- body {
25
- background-color: #fff;
26
- color: $color-text;
27
- }
28
-
29
- // =======================
30
- // TYPOGRAPHY
31
- // Headings
32
-
33
- h1,
34
- h2,
35
- h3,
36
- h4,
37
- h5,
38
- h6 {
39
- font-weight: 900;
40
- margin: 0.5em 0;
41
- line-height: 1.4em;
42
- }
43
-
44
- h1 {
45
- font-size: rem-calc(30px);
46
-
47
- @include responsive($breakpoint-medium) {
48
- font-size: rem-calc(38px);
49
- }
50
- }
51
-
52
- h2 {
53
- font-size: rem-calc(26px);
54
-
55
- @include responsive($breakpoint-medium) {
56
- font-size: rem-calc(32px);
57
- }
58
- }
59
-
60
- h3 {
61
- font-size: rem-calc(22px);
62
-
63
- @include responsive($breakpoint-medium) {
64
- font-size: rem-calc(28px);
65
- }
66
- }
67
-
68
- h4 {
69
- font-size: rem-calc(18px);
70
-
71
- @include responsive($breakpoint-medium) {
72
- font-size: rem-calc(22px);
73
- }
74
- }
75
-
76
- h5 {
77
- font-size: rem-calc(16px);
78
- // text-transform: uppercase;
79
-
80
- @include responsive($breakpoint-medium) {
81
- font-size: rem-calc(16px);
82
- }
83
- }
84
-
85
- h6 {
86
- font-size: rem-calc(16px);
87
-
88
- @include responsive($breakpoint-medium) {
89
- font-size: rem-calc(16px);
90
- }
91
- }
92
-
93
- // Paragraphs
94
- p {
95
- margin: 0 0 20px;
96
- }
97
-
98
- p, span {
99
- &.small {
100
- font-size: rem-calc(14px);
101
- }
102
-
103
- &.opacity {
104
- opacity: 0.5;
105
- }
106
-
107
- &.alert {
108
- color: $color-alert;
109
- }
110
-
111
- &.success {
112
- color: $color-success;
113
- }
114
-
115
- &.secondary {
116
- color: $color-secondary;
117
- }
118
-
119
- &.centered {
120
- text-align: center;
121
- }
122
- }
123
-
124
- // Links
125
-
126
- a {
127
- color: $color-primary;
128
- text-decoration: none;
129
-
130
- @include transition(
131
- color 0.3s cubic-bezier(.7, 0, .175, 1) 0s,
132
- background-color 0.3s cubic-bezier(.7, 0, .175, 1) 0s
133
- );
134
-
135
-
136
- &:hover {
137
- color: darken($color-primary,7%);
138
- }
139
-
140
- &.secondary {
141
- color: $color-secondary;
142
-
143
- &:hover {
144
- color: $color-secondary-dark;
145
- text-decoration: underline;
146
- }
147
- }
148
-
149
- &.alert {
150
- color: $color-alert;
151
-
152
- &:hover {
153
- color: $color-alert-dark;
154
- text-decoration: underline;
155
- }
156
- }
157
-
158
- &.underlined {
159
- text-decoration: underline;
160
- }
161
- }
162
-
163
- // Text Modifiers
164
-
165
- .text-secondary {
166
- color: $color-secondary;
167
- }
168
-
169
- .text-success {
170
- color: $color-success;
171
- }
172
-
173
- .text-centered {
174
- text-align: center;
175
- }
176
-
177
- .text-underline {
178
- text-decoration: underline
179
- }
180
-
181
- // Horizontal Rule
182
-
183
- hr {
184
- border: none;
185
- border-bottom: 1px solid $color-secondary-light;
186
- margin: 30px 0;
187
-
188
- &.translucent {
189
- opacity: 0.5;
190
- }
191
-
192
- &.big-push {
193
- margin: 60px 0;
194
- }
195
- }
196
-
197
- // text sizes
198
-
199
- .text-base-size {
200
- font-size: $rem-base!important;
201
- }
202
-
203
- .text-xs {
204
- font-size: rem-calc($font-size-mini) !important;
205
- }
206
-
207
- .text-sm {
208
- font-size: rem-calc($font-size-small) !important;
209
- }
210
-
211
- .text-md {
212
- font-size: rem-calc($font-size-md) !important;
213
- }
214
-
215
- .text-md-large {
216
- font-size: $font-size-md-large!important;
217
- }
218
-
219
- .text-lg {
220
- font-size: rem-calc($font-size-large) !important;
221
- }
222
-
223
- .text-elg {
224
- font-size: rem-calc($font-size-extra-large) !important;
225
- line-height: 34px;
226
- }
227
-
228
- .text-thin {
229
- font-weight: $font-weight-thin !important;
230
- }
231
-
232
- .text-light {
233
- font-weight: $font-weight-normal !important;
234
- }
235
-
236
- .text-w-normal {
237
- font-weight: $font-weight-normal!important;
238
- }
239
-
240
- .text-w-normal {
241
- font-weight: $font-weight-medium!important;
242
- }
243
-
244
- .text-w-600 {
245
- font-weight: 600!important;
246
- }
247
-
248
- .text-bold {
249
- font-weight: $font-weight-bold!important;
250
- }
251
-
252
- // Magin Modifiers
253
- .pb-0 {
254
- padding-bottom: 0 !important;
255
- }
256
-
257
- .pb-20 {
258
- padding-bottom: 20px !important;
259
- }
260
-
261
- .pt-20 {
262
- padding-top: 20px !important;
263
- }
264
-
265
- .mt-0 {
266
- margin-top: 0 !important;
267
- }
268
-
269
- .mt-3r {
270
- margin-top: 3rem !important;
271
- }
272
-
273
- .mt-80 {
274
- margin-top: 80px !important;
275
- }
276
-
277
- .mb-0 {
278
- margin-bottom: 0 !important;
279
- }
280
-
281
- // =======================
1
+ /*#############################################################################
2
+ # BASE
3
+ #############################################################################*/
4
+
5
+
6
+ html {
7
+ box-sizing: border-box;
8
+ }
9
+
10
+ *, *:before, *:after {
11
+ box-sizing: inherit;
12
+ }
13
+
14
+ html,
15
+ body {
16
+ min-height: 100%;
17
+ font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
18
+ font-weight: 400;
19
+ font-size: 16px;
20
+ line-height: 1.5;
21
+ overflow-x: hidden;
22
+ }
23
+
24
+ body {
25
+ background-color: #fff;
26
+ color: $color-text;
27
+ }
28
+
29
+ // =======================
30
+ // TYPOGRAPHY
31
+ // Headings
32
+
33
+ h1,
34
+ h2,
35
+ h3,
36
+ h4,
37
+ h5,
38
+ h6 {
39
+ font-weight: 900;
40
+ margin: 0.5em 0;
41
+ line-height: 1.4em;
42
+ }
43
+
44
+ h1 {
45
+ font-size: rem-calc(30px);
46
+
47
+ @include responsive($breakpoint-medium) {
48
+ font-size: rem-calc(38px);
49
+ }
50
+ }
51
+
52
+ h2 {
53
+ font-size: rem-calc(26px);
54
+
55
+ @include responsive($breakpoint-medium) {
56
+ font-size: rem-calc(32px);
57
+ }
58
+ }
59
+
60
+ h3 {
61
+ font-size: rem-calc(22px);
62
+
63
+ @include responsive($breakpoint-medium) {
64
+ font-size: rem-calc(28px);
65
+ }
66
+ }
67
+
68
+ h4 {
69
+ font-size: rem-calc(18px);
70
+
71
+ @include responsive($breakpoint-medium) {
72
+ font-size: rem-calc(22px);
73
+ }
74
+ }
75
+
76
+ h5 {
77
+ font-size: rem-calc(16px);
78
+ // text-transform: uppercase;
79
+
80
+ @include responsive($breakpoint-medium) {
81
+ font-size: rem-calc(16px);
82
+ }
83
+ }
84
+
85
+ h6 {
86
+ font-size: rem-calc(16px);
87
+
88
+ @include responsive($breakpoint-medium) {
89
+ font-size: rem-calc(16px);
90
+ }
91
+ }
92
+
93
+ // Paragraphs
94
+ p {
95
+ margin: 0 0 20px;
96
+ }
97
+
98
+ p, span {
99
+ &.small {
100
+ font-size: rem-calc(14px);
101
+ }
102
+
103
+ &.opacity {
104
+ opacity: 0.5;
105
+ }
106
+
107
+ &.alert {
108
+ color: $color-alert;
109
+ }
110
+
111
+ &.success {
112
+ color: $color-success;
113
+ }
114
+
115
+ &.secondary {
116
+ color: $color-secondary;
117
+ }
118
+
119
+ &.centered {
120
+ text-align: center;
121
+ }
122
+ }
123
+
124
+ // Links
125
+
126
+ a {
127
+ color: $color-primary;
128
+ text-decoration: none;
129
+
130
+ @include transition(
131
+ color 0.3s cubic-bezier(.7, 0, .175, 1) 0s,
132
+ background-color 0.3s cubic-bezier(.7, 0, .175, 1) 0s
133
+ );
134
+
135
+
136
+ &:hover {
137
+ color: darken($color-primary,7%);
138
+ }
139
+
140
+ &.secondary {
141
+ color: $color-secondary;
142
+
143
+ &:hover {
144
+ color: $color-secondary-dark;
145
+ text-decoration: underline;
146
+ }
147
+ }
148
+
149
+ &.alert {
150
+ color: $color-alert;
151
+
152
+ &:hover {
153
+ color: $color-alert-dark;
154
+ text-decoration: underline;
155
+ }
156
+ }
157
+
158
+ &.underlined {
159
+ text-decoration: underline;
160
+ }
161
+ }
162
+
163
+ // Text Modifiers
164
+
165
+ .text-secondary {
166
+ color: $color-secondary;
167
+ }
168
+
169
+ .text-success {
170
+ color: $color-success;
171
+ }
172
+
173
+ .text-centered {
174
+ text-align: center;
175
+ }
176
+
177
+ .text-underline {
178
+ text-decoration: underline
179
+ }
180
+
181
+ // Horizontal Rule
182
+
183
+ hr {
184
+ border: none;
185
+ border-bottom: 1px solid $color-secondary-light;
186
+ margin: 30px 0;
187
+
188
+ &.translucent {
189
+ opacity: 0.5;
190
+ }
191
+
192
+ &.big-push {
193
+ margin: 60px 0;
194
+ }
195
+ }
196
+
197
+ // text sizes
198
+
199
+ .text-base-size {
200
+ font-size: $rem-base!important;
201
+ }
202
+
203
+ .text-xs {
204
+ font-size: rem-calc($font-size-mini) !important;
205
+ }
206
+
207
+ .text-sm {
208
+ font-size: rem-calc($font-size-small) !important;
209
+ }
210
+
211
+ .text-md {
212
+ font-size: rem-calc($font-size-md) !important;
213
+ }
214
+
215
+ .text-md-large {
216
+ font-size: $font-size-md-large!important;
217
+ }
218
+
219
+ .text-lg {
220
+ font-size: rem-calc($font-size-large) !important;
221
+ }
222
+
223
+ .text-elg {
224
+ font-size: rem-calc($font-size-extra-large) !important;
225
+ line-height: 34px;
226
+ }
227
+
228
+ .text-thin {
229
+ font-weight: $font-weight-thin !important;
230
+ }
231
+
232
+ .text-light {
233
+ font-weight: $font-weight-normal !important;
234
+ }
235
+
236
+ .text-w-normal {
237
+ font-weight: $font-weight-normal!important;
238
+ }
239
+
240
+ .text-w-normal {
241
+ font-weight: $font-weight-medium!important;
242
+ }
243
+
244
+ .text-w-600 {
245
+ font-weight: 600!important;
246
+ }
247
+
248
+ .text-bold {
249
+ font-weight: $font-weight-bold!important;
250
+ }
251
+
252
+ // Magin Modifiers
253
+ .pb-0 {
254
+ padding-bottom: 0 !important;
255
+ }
256
+
257
+ .pb-20 {
258
+ padding-bottom: 20px !important;
259
+ }
260
+
261
+ .pt-20 {
262
+ padding-top: 20px !important;
263
+ }
264
+
265
+ .mt-0 {
266
+ margin-top: 0 !important;
267
+ }
268
+
269
+ .mt-3r {
270
+ margin-top: 3rem !important;
271
+ }
272
+
273
+ .mt-80 {
274
+ margin-top: 80px !important;
275
+ }
276
+
277
+ .mb-0 {
278
+ margin-bottom: 0 !important;
279
+ }
280
+
281
+ // =======================