sempli-website-lib 5.2.1 → 5.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sempli-website-lib",
3
- "version": "5.2.1",
3
+ "version": "5.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.3.4",
6
6
  "@angular/core": "~13.3.4",
@@ -12003,7 +12003,7 @@ $breakPoints: (
12003
12003
  .container {
12004
12004
  max-width: 1200px;
12005
12005
  margin: 0 auto;
12006
- padding: 0 10px;
12006
+ padding: 20px 10px;
12007
12007
 
12008
12008
  @include responsive($breakpoint-medium) {
12009
12009
  padding: 0 20px;
@@ -12033,6 +12033,7 @@ $breakPoints: (
12033
12033
  justify-items: center;
12034
12034
  justify-content: center;
12035
12035
  align-items: center;
12036
+ padding: 20px;
12036
12037
 
12037
12038
  &.reverse {
12038
12039
  .content-box-col {
@@ -12003,7 +12003,7 @@ $breakPoints: (
12003
12003
  .container {
12004
12004
  max-width: 1200px;
12005
12005
  margin: 0 auto;
12006
- padding: 0 10px;
12006
+ padding: 20px 10px;
12007
12007
 
12008
12008
  @include responsive($breakpoint-medium) {
12009
12009
  padding: 0 20px;
@@ -12033,6 +12033,7 @@ $breakPoints: (
12033
12033
  justify-items: center;
12034
12034
  justify-content: center;
12035
12035
  align-items: center;
12036
+ padding: 20px;
12036
12037
 
12037
12038
  &.reverse {
12038
12039
  .content-box-col {
@@ -15838,6 +15839,14 @@ span.results-table-item-value {
15838
15839
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
15839
15840
  opacity: 0.9;
15840
15841
 
15842
+ @include responsive-max($breakpoint-xlarge) {
15843
+ margin-right: 40px;
15844
+ }
15845
+
15846
+ @include responsive-max($breakpoint-xmedium) {
15847
+ display: none;
15848
+ }
15849
+
15841
15850
  header {
15842
15851
  margin: 0 0 20px;
15843
15852
 
@@ -15900,9 +15909,9 @@ section.hero-wrapper {
15900
15909
  padding: 100px 0;
15901
15910
  }
15902
15911
 
15903
- @include responsive($breakpoint-xmedium) {
15904
- padding: 200px 0;
15905
- }
15912
+ // @include responsive($breakpoint-xmedium) {
15913
+ // padding: 200px 0;
15914
+ // }
15906
15915
 
15907
15916
  // Compact Layout Option
15908
15917
  &.compact {
@@ -16030,6 +16039,9 @@ section.hero-wrapper {
16030
16039
  // SECTION SPECIFIC HERO WRAPPERS
16031
16040
  .webp body#landing section.hero-wrapper {
16032
16041
  &.home.index {
16042
+ background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 100% 0%;
16043
+ background-size: cover;
16044
+
16033
16045
  @include responsive($breakpoint-xmedium) {
16034
16046
  background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 50%;
16035
16047
  background-size: cover;
@@ -16166,6 +16178,21 @@ section.hero-wrapper {
16166
16178
  }
16167
16179
  }
16168
16180
 
16181
+ &.sempli-how,
16182
+ &.sempli-comfama {
16183
+ @include responsive($breakpoint-large) {
16184
+ background: url("/assets/swl/interface/illustration-10.webp") no-repeat 110% 50%;
16185
+ @include background-retina("/assets/swl/interface/illustration-10.webp", 400px, 370px);
16186
+ background-size: auto 450px;
16187
+ margin-bottom: 40px;
16188
+ }
16189
+
16190
+ @include responsive($breakpoint-xlarge) {
16191
+ background-position: 90% 60%;
16192
+ background-size: auto 500px;
16193
+ }
16194
+ }
16195
+
16169
16196
  // Confirmación de Email
16170
16197
  &.email-confirmation.index,
16171
16198
  &.legal-authorization.index,
@@ -16225,6 +16252,9 @@ section.hero-wrapper {
16225
16252
 
16226
16253
  .no-webp body#landing section.hero-wrapper {
16227
16254
  &.home.index {
16255
+ background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 100% 0%;
16256
+ background-size: cover;
16257
+
16228
16258
  @include responsive($breakpoint-xmedium) {
16229
16259
  background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 50%;
16230
16260
  background-size: cover;
@@ -16362,6 +16392,21 @@ section.hero-wrapper {
16362
16392
  }
16363
16393
  }
16364
16394
 
16395
+ &.sempli-how,
16396
+ &.sempli-comfama {
16397
+ @include responsive($breakpoint-large) {
16398
+ background: url("/assets/swl/interface/illustration-10.png") no-repeat 110% 50%;
16399
+ @include background-retina("/assets/swl/interface/illustration-10.webp", 400px, 370px);
16400
+ background-size: auto 450px;
16401
+ margin-bottom: 40px;
16402
+ }
16403
+
16404
+ @include responsive($breakpoint-xlarge) {
16405
+ background-position: 90% 60%;
16406
+ background-size: auto 500px;
16407
+ }
16408
+ }
16409
+
16365
16410
  // Confirmación de Email
16366
16411
  &.email-confirmation.index,
16367
16412
  &.legal-authorization.index,
@@ -91,7 +91,7 @@ $breakPoints: (
91
91
  .container {
92
92
  max-width: 1200px;
93
93
  margin: 0 auto;
94
- padding: 0 10px;
94
+ padding: 20px 10px;
95
95
 
96
96
  @include responsive($breakpoint-medium) {
97
97
  padding: 0 20px;
@@ -121,6 +121,7 @@ $breakPoints: (
121
121
  justify-items: center;
122
122
  justify-content: center;
123
123
  align-items: center;
124
+ padding: 20px;
124
125
 
125
126
  &.reverse {
126
127
  .content-box-col {
@@ -1328,6 +1328,14 @@ span.results-table-item-value {
1328
1328
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
1329
1329
  opacity: 0.9;
1330
1330
 
1331
+ @include responsive-max($breakpoint-xlarge) {
1332
+ margin-right: 40px;
1333
+ }
1334
+
1335
+ @include responsive-max($breakpoint-xmedium) {
1336
+ display: none;
1337
+ }
1338
+
1331
1339
  header {
1332
1340
  margin: 0 0 20px;
1333
1341
 
@@ -12,9 +12,9 @@ section.hero-wrapper {
12
12
  padding: 100px 0;
13
13
  }
14
14
 
15
- @include responsive($breakpoint-xmedium) {
16
- padding: 200px 0;
17
- }
15
+ // @include responsive($breakpoint-xmedium) {
16
+ // padding: 200px 0;
17
+ // }
18
18
 
19
19
  // Compact Layout Option
20
20
  &.compact {
@@ -142,6 +142,9 @@ section.hero-wrapper {
142
142
  // SECTION SPECIFIC HERO WRAPPERS
143
143
  .webp body#landing section.hero-wrapper {
144
144
  &.home.index {
145
+ background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 100% 0%;
146
+ background-size: cover;
147
+
145
148
  @include responsive($breakpoint-xmedium) {
146
149
  background: url("/assets/swl/interface/sempli-home-new.webp") no-repeat 50%;
147
150
  background-size: cover;
@@ -278,6 +281,21 @@ section.hero-wrapper {
278
281
  }
279
282
  }
280
283
 
284
+ &.sempli-how,
285
+ &.sempli-comfama {
286
+ @include responsive($breakpoint-large) {
287
+ background: url("/assets/swl/interface/illustration-10.webp") no-repeat 110% 50%;
288
+ @include background-retina("/assets/swl/interface/illustration-10.webp", 400px, 370px);
289
+ background-size: auto 450px;
290
+ margin-bottom: 40px;
291
+ }
292
+
293
+ @include responsive($breakpoint-xlarge) {
294
+ background-position: 90% 60%;
295
+ background-size: auto 500px;
296
+ }
297
+ }
298
+
281
299
  // Confirmación de Email
282
300
  &.email-confirmation.index,
283
301
  &.legal-authorization.index,
@@ -337,6 +355,9 @@ section.hero-wrapper {
337
355
 
338
356
  .no-webp body#landing section.hero-wrapper {
339
357
  &.home.index {
358
+ background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 100% 0%;
359
+ background-size: cover;
360
+
340
361
  @include responsive($breakpoint-xmedium) {
341
362
  background: url("/assets/swl/interface/sempli-home-new.jpg") no-repeat 50%;
342
363
  background-size: cover;
@@ -474,6 +495,21 @@ section.hero-wrapper {
474
495
  }
475
496
  }
476
497
 
498
+ &.sempli-how,
499
+ &.sempli-comfama {
500
+ @include responsive($breakpoint-large) {
501
+ background: url("/assets/swl/interface/illustration-10.png") no-repeat 110% 50%;
502
+ @include background-retina("/assets/swl/interface/illustration-10.webp", 400px, 370px);
503
+ background-size: auto 450px;
504
+ margin-bottom: 40px;
505
+ }
506
+
507
+ @include responsive($breakpoint-xlarge) {
508
+ background-position: 90% 60%;
509
+ background-size: auto 500px;
510
+ }
511
+ }
512
+
477
513
  // Confirmación de Email
478
514
  &.email-confirmation.index,
479
515
  &.legal-authorization.index,