@asante-org/atlascopco-vt-litesitegenerator 3.0.32 → 3.0.34

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.
@@ -364,23 +364,24 @@
364
364
  min-width: 0;
365
365
  overflow: hidden;
366
366
  }
367
- .lsg-banner__image, .lsg-banner__video {
367
+ .lsg-banner__media-link {
368
368
  display: block;
369
369
  width: 100%;
370
370
  height: 100%;
371
- -o-object-fit: cover;
372
- object-fit: cover;
373
371
  }
374
- .lsg-banner__image .cmp-image {
372
+ .lsg-banner__image, .lsg-banner__video {
373
+ display: block;
375
374
  width: 100%;
376
375
  height: 100%;
376
+ -o-object-fit: cover;
377
+ object-fit: cover;
377
378
  }
378
- .lsg-banner__image .cmp-image__link {
379
+ .lsg-banner__image .cmp-image, .lsg-banner__image .cmp-image__link {
379
380
  display: block;
380
381
  width: 100%;
381
382
  height: 100%;
382
383
  }
383
- .lsg-banner__image .cmp-image__image {
384
+ .lsg-banner__image .cmp-image__image, .lsg-banner__image > img, .lsg-banner__image > source + img {
384
385
  display: block;
385
386
  width: 100%;
386
387
  height: 100%;
@@ -459,6 +460,42 @@
459
460
  line-height: inherit;
460
461
  word-break: break-word;
461
462
  }
463
+ .lsg-banner__content > .cmp-lsg-title, .lsg-banner__content > .cmp-lsg-text, .lsg-banner__content > .cmp-lsg-button {
464
+ min-width: 0;
465
+ }
466
+ .lsg-banner__content > .cmp-lsg-title .cmp-title__element {
467
+ margin: 0;
468
+ word-break: break-word;
469
+ }
470
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
471
+ max-width: 100%;
472
+ font-size: var(--lsg-size-Pretitle, 18px);
473
+ font-weight: 600;
474
+ line-height: 1.2;
475
+ text-transform: uppercase;
476
+ }
477
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) .cmp-title__element {
478
+ color: inherit;
479
+ font: inherit;
480
+ line-height: inherit;
481
+ text-transform: inherit;
482
+ }
483
+ .lsg-banner__content > .cmp-lsg-text .cmp-text, .lsg-banner__content > .cmp-lsg-text .cmp-text p {
484
+ margin: 0;
485
+ color: inherit;
486
+ font: inherit;
487
+ line-height: inherit;
488
+ word-break: break-word;
489
+ }
490
+ .lsg-banner__content > .cmp-lsg-button, .lsg-banner__content > .cmp-lsg-button .lsg-button-container, .lsg-banner__content > .cmp-lsg-button .lsg-button {
491
+ flex: 0 0 auto;
492
+ }
493
+ .lsg-banner__content > .cmp-lsg-button .lsg-button-container {
494
+ display: flex;
495
+ width: auto;
496
+ margin: 0;
497
+ padding: 0;
498
+ }
462
499
  .lsg-banner__actions {
463
500
  display: flex;
464
501
  flex-wrap: wrap;
@@ -528,7 +565,7 @@
528
565
  font-size: 30px;
529
566
  line-height: 1.2;
530
567
  }
531
- .lsg-banner__pre-title {
568
+ .lsg-banner__pre-title, .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
532
569
  font-size: 16px;
533
570
  }
534
571
  .lsg-banner__body {
@@ -4677,23 +4714,24 @@
4677
4714
  min-width: 0;
4678
4715
  overflow: hidden;
4679
4716
  }
4680
- .lsg-banner__image, .lsg-banner__video {
4717
+ .lsg-banner__media-link {
4681
4718
  display: block;
4682
4719
  width: 100%;
4683
4720
  height: 100%;
4684
- -o-object-fit: cover;
4685
- object-fit: cover;
4686
4721
  }
4687
- .lsg-banner__image .cmp-image {
4722
+ .lsg-banner__image, .lsg-banner__video {
4723
+ display: block;
4688
4724
  width: 100%;
4689
4725
  height: 100%;
4726
+ -o-object-fit: cover;
4727
+ object-fit: cover;
4690
4728
  }
4691
- .lsg-banner__image .cmp-image__link {
4729
+ .lsg-banner__image .cmp-image, .lsg-banner__image .cmp-image__link {
4692
4730
  display: block;
4693
4731
  width: 100%;
4694
4732
  height: 100%;
4695
4733
  }
4696
- .lsg-banner__image .cmp-image__image {
4734
+ .lsg-banner__image .cmp-image__image, .lsg-banner__image > img, .lsg-banner__image > source + img {
4697
4735
  display: block;
4698
4736
  width: 100%;
4699
4737
  height: 100%;
@@ -4772,6 +4810,42 @@
4772
4810
  line-height: inherit;
4773
4811
  word-break: break-word;
4774
4812
  }
4813
+ .lsg-banner__content > .cmp-lsg-title, .lsg-banner__content > .cmp-lsg-text, .lsg-banner__content > .cmp-lsg-button {
4814
+ min-width: 0;
4815
+ }
4816
+ .lsg-banner__content > .cmp-lsg-title .cmp-title__element {
4817
+ margin: 0;
4818
+ word-break: break-word;
4819
+ }
4820
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
4821
+ max-width: 100%;
4822
+ font-size: var(--lsg-size-Pretitle, 18px);
4823
+ font-weight: 600;
4824
+ line-height: 1.2;
4825
+ text-transform: uppercase;
4826
+ }
4827
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) .cmp-title__element {
4828
+ color: inherit;
4829
+ font: inherit;
4830
+ line-height: inherit;
4831
+ text-transform: inherit;
4832
+ }
4833
+ .lsg-banner__content > .cmp-lsg-text .cmp-text, .lsg-banner__content > .cmp-lsg-text .cmp-text p {
4834
+ margin: 0;
4835
+ color: inherit;
4836
+ font: inherit;
4837
+ line-height: inherit;
4838
+ word-break: break-word;
4839
+ }
4840
+ .lsg-banner__content > .cmp-lsg-button, .lsg-banner__content > .cmp-lsg-button .lsg-button-container, .lsg-banner__content > .cmp-lsg-button .lsg-button {
4841
+ flex: 0 0 auto;
4842
+ }
4843
+ .lsg-banner__content > .cmp-lsg-button .lsg-button-container {
4844
+ display: flex;
4845
+ width: auto;
4846
+ margin: 0;
4847
+ padding: 0;
4848
+ }
4775
4849
  .lsg-banner__actions {
4776
4850
  display: flex;
4777
4851
  flex-wrap: wrap;
@@ -4841,7 +4915,7 @@
4841
4915
  font-size: 30px;
4842
4916
  line-height: 1.2;
4843
4917
  }
4844
- .lsg-banner__pre-title {
4918
+ .lsg-banner__pre-title, .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
4845
4919
  font-size: 16px;
4846
4920
  }
4847
4921
  .lsg-banner__body {
package/dist/index.scss CHANGED
@@ -364,23 +364,24 @@
364
364
  min-width: 0;
365
365
  overflow: hidden;
366
366
  }
367
- .lsg-banner__image, .lsg-banner__video {
367
+ .lsg-banner__media-link {
368
368
  display: block;
369
369
  width: 100%;
370
370
  height: 100%;
371
- -o-object-fit: cover;
372
- object-fit: cover;
373
371
  }
374
- .lsg-banner__image .cmp-image {
372
+ .lsg-banner__image, .lsg-banner__video {
373
+ display: block;
375
374
  width: 100%;
376
375
  height: 100%;
376
+ -o-object-fit: cover;
377
+ object-fit: cover;
377
378
  }
378
- .lsg-banner__image .cmp-image__link {
379
+ .lsg-banner__image .cmp-image, .lsg-banner__image .cmp-image__link {
379
380
  display: block;
380
381
  width: 100%;
381
382
  height: 100%;
382
383
  }
383
- .lsg-banner__image .cmp-image__image {
384
+ .lsg-banner__image .cmp-image__image, .lsg-banner__image > img, .lsg-banner__image > source + img {
384
385
  display: block;
385
386
  width: 100%;
386
387
  height: 100%;
@@ -459,6 +460,42 @@
459
460
  line-height: inherit;
460
461
  word-break: break-word;
461
462
  }
463
+ .lsg-banner__content > .cmp-lsg-title, .lsg-banner__content > .cmp-lsg-text, .lsg-banner__content > .cmp-lsg-button {
464
+ min-width: 0;
465
+ }
466
+ .lsg-banner__content > .cmp-lsg-title .cmp-title__element {
467
+ margin: 0;
468
+ word-break: break-word;
469
+ }
470
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
471
+ max-width: 100%;
472
+ font-size: var(--lsg-size-Pretitle, 18px);
473
+ font-weight: 600;
474
+ line-height: 1.2;
475
+ text-transform: uppercase;
476
+ }
477
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) .cmp-title__element {
478
+ color: inherit;
479
+ font: inherit;
480
+ line-height: inherit;
481
+ text-transform: inherit;
482
+ }
483
+ .lsg-banner__content > .cmp-lsg-text .cmp-text, .lsg-banner__content > .cmp-lsg-text .cmp-text p {
484
+ margin: 0;
485
+ color: inherit;
486
+ font: inherit;
487
+ line-height: inherit;
488
+ word-break: break-word;
489
+ }
490
+ .lsg-banner__content > .cmp-lsg-button, .lsg-banner__content > .cmp-lsg-button .lsg-button-container, .lsg-banner__content > .cmp-lsg-button .lsg-button {
491
+ flex: 0 0 auto;
492
+ }
493
+ .lsg-banner__content > .cmp-lsg-button .lsg-button-container {
494
+ display: flex;
495
+ width: auto;
496
+ margin: 0;
497
+ padding: 0;
498
+ }
462
499
  .lsg-banner__actions {
463
500
  display: flex;
464
501
  flex-wrap: wrap;
@@ -528,7 +565,7 @@
528
565
  font-size: 30px;
529
566
  line-height: 1.2;
530
567
  }
531
- .lsg-banner__pre-title {
568
+ .lsg-banner__pre-title, .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
532
569
  font-size: 16px;
533
570
  }
534
571
  .lsg-banner__body {
@@ -4677,23 +4714,24 @@
4677
4714
  min-width: 0;
4678
4715
  overflow: hidden;
4679
4716
  }
4680
- .lsg-banner__image, .lsg-banner__video {
4717
+ .lsg-banner__media-link {
4681
4718
  display: block;
4682
4719
  width: 100%;
4683
4720
  height: 100%;
4684
- -o-object-fit: cover;
4685
- object-fit: cover;
4686
4721
  }
4687
- .lsg-banner__image .cmp-image {
4722
+ .lsg-banner__image, .lsg-banner__video {
4723
+ display: block;
4688
4724
  width: 100%;
4689
4725
  height: 100%;
4726
+ -o-object-fit: cover;
4727
+ object-fit: cover;
4690
4728
  }
4691
- .lsg-banner__image .cmp-image__link {
4729
+ .lsg-banner__image .cmp-image, .lsg-banner__image .cmp-image__link {
4692
4730
  display: block;
4693
4731
  width: 100%;
4694
4732
  height: 100%;
4695
4733
  }
4696
- .lsg-banner__image .cmp-image__image {
4734
+ .lsg-banner__image .cmp-image__image, .lsg-banner__image > img, .lsg-banner__image > source + img {
4697
4735
  display: block;
4698
4736
  width: 100%;
4699
4737
  height: 100%;
@@ -4772,6 +4810,42 @@
4772
4810
  line-height: inherit;
4773
4811
  word-break: break-word;
4774
4812
  }
4813
+ .lsg-banner__content > .cmp-lsg-title, .lsg-banner__content > .cmp-lsg-text, .lsg-banner__content > .cmp-lsg-button {
4814
+ min-width: 0;
4815
+ }
4816
+ .lsg-banner__content > .cmp-lsg-title .cmp-title__element {
4817
+ margin: 0;
4818
+ word-break: break-word;
4819
+ }
4820
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
4821
+ max-width: 100%;
4822
+ font-size: var(--lsg-size-Pretitle, 18px);
4823
+ font-weight: 600;
4824
+ line-height: 1.2;
4825
+ text-transform: uppercase;
4826
+ }
4827
+ .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) .cmp-title__element {
4828
+ color: inherit;
4829
+ font: inherit;
4830
+ line-height: inherit;
4831
+ text-transform: inherit;
4832
+ }
4833
+ .lsg-banner__content > .cmp-lsg-text .cmp-text, .lsg-banner__content > .cmp-lsg-text .cmp-text p {
4834
+ margin: 0;
4835
+ color: inherit;
4836
+ font: inherit;
4837
+ line-height: inherit;
4838
+ word-break: break-word;
4839
+ }
4840
+ .lsg-banner__content > .cmp-lsg-button, .lsg-banner__content > .cmp-lsg-button .lsg-button-container, .lsg-banner__content > .cmp-lsg-button .lsg-button {
4841
+ flex: 0 0 auto;
4842
+ }
4843
+ .lsg-banner__content > .cmp-lsg-button .lsg-button-container {
4844
+ display: flex;
4845
+ width: auto;
4846
+ margin: 0;
4847
+ padding: 0;
4848
+ }
4775
4849
  .lsg-banner__actions {
4776
4850
  display: flex;
4777
4851
  flex-wrap: wrap;
@@ -4841,7 +4915,7 @@
4841
4915
  font-size: 30px;
4842
4916
  line-height: 1.2;
4843
4917
  }
4844
- .lsg-banner__pre-title {
4918
+ .lsg-banner__pre-title, .lsg-banner__content > .cmp-lsg-title:first-child:has(+ .cmp-lsg-title) {
4845
4919
  font-size: 16px;
4846
4920
  }
4847
4921
  .lsg-banner__body {