@cntrl-site/components 1.0.12-alpha.23 → 1.0.12-alpha.24

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/index.js CHANGED
@@ -3669,6 +3669,7 @@ type TestimonialsSettings = {\r
3669
3669
  display: flex;
3670
3670
  justify-content: center;
3671
3671
  align-items: center;
3672
+ align-self: center;
3672
3673
  }
3673
3674
  .${e}-item-image-wrapper-fit-slider {
3674
3675
  display: grid;
@@ -3775,7 +3776,7 @@ type TestimonialsSettings = {\r
3775
3776
  }
3776
3777
  .${e}-type-b .${e}-item-image-link,
3777
3778
  .${e}-type-c .${e}-item-image-link {
3778
- align-items: flex-start;
3779
+ align-items: center;
3779
3780
  }
3780
3781
  .${e}-type-b .${e}-item-title,
3781
3782
  .${e}-type-b .${e}-item-subtitle,
@@ -3820,7 +3821,7 @@ type TestimonialsSettings = {\r
3820
3821
  height: auto;
3821
3822
  display: flex;
3822
3823
  flex-direction: column;
3823
- align-items: flex-start;
3824
+ align-items: center;
3824
3825
  }
3825
3826
  .${e}-lightbox-counter {
3826
3827
  margin: 0;
@@ -3919,6 +3920,7 @@ function getCSS(P: string): string {
3919
3920
  display: flex;
3920
3921
  justify-content: center;
3921
3922
  align-items: center;
3923
+ align-self: center;
3922
3924
  }
3923
3925
  .\${P}-item-image-wrapper-fit-slider {
3924
3926
  display: grid;
@@ -4025,7 +4027,7 @@ function getCSS(P: string): string {
4025
4027
  }
4026
4028
  .\${P}-type-b .\${P}-item-image-link,
4027
4029
  .\${P}-type-c .\${P}-item-image-link {
4028
- align-items: flex-start;
4030
+ align-items: center;
4029
4031
  }
4030
4032
  .\${P}-type-b .\${P}-item-title,
4031
4033
  .\${P}-type-b .\${P}-item-subtitle,
@@ -4070,7 +4072,7 @@ function getCSS(P: string): string {
4070
4072
  height: auto;
4071
4073
  display: flex;
4072
4074
  flex-direction: column;
4073
- align-items: flex-start;
4075
+ align-items: center;
4074
4076
  }
4075
4077
  .\${P}-lightbox-counter {
4076
4078
  margin: 0;
package/dist/index.mjs CHANGED
@@ -12566,6 +12566,7 @@ function Sd(e) {
12566
12566
  display: flex;
12567
12567
  justify-content: center;
12568
12568
  align-items: center;
12569
+ align-self: center;
12569
12570
  }
12570
12571
  .${e}-item-image-wrapper-fit-slider {
12571
12572
  display: grid;
@@ -12672,7 +12673,7 @@ function Sd(e) {
12672
12673
  }
12673
12674
  .${e}-type-b .${e}-item-image-link,
12674
12675
  .${e}-type-c .${e}-item-image-link {
12675
- align-items: flex-start;
12676
+ align-items: center;
12676
12677
  }
12677
12678
  .${e}-type-b .${e}-item-title,
12678
12679
  .${e}-type-b .${e}-item-subtitle,
@@ -12717,7 +12718,7 @@ function Sd(e) {
12717
12718
  height: auto;
12718
12719
  display: flex;
12719
12720
  flex-direction: column;
12720
- align-items: flex-start;
12721
+ align-items: center;
12721
12722
  }
12722
12723
  .${e}-lightbox-counter {
12723
12724
  margin: 0;
@@ -13420,6 +13421,7 @@ function getCSS(P: string): string {
13420
13421
  display: flex;
13421
13422
  justify-content: center;
13422
13423
  align-items: center;
13424
+ align-self: center;
13423
13425
  }
13424
13426
  .\${P}-item-image-wrapper-fit-slider {
13425
13427
  display: grid;
@@ -13526,7 +13528,7 @@ function getCSS(P: string): string {
13526
13528
  }
13527
13529
  .\${P}-type-b .\${P}-item-image-link,
13528
13530
  .\${P}-type-c .\${P}-item-image-link {
13529
- align-items: flex-start;
13531
+ align-items: center;
13530
13532
  }
13531
13533
  .\${P}-type-b .\${P}-item-title,
13532
13534
  .\${P}-type-b .\${P}-item-subtitle,
@@ -13571,7 +13573,7 @@ function getCSS(P: string): string {
13571
13573
  height: auto;
13572
13574
  display: flex;
13573
13575
  flex-direction: column;
13574
- align-items: flex-start;
13576
+ align-items: center;
13575
13577
  }
13576
13578
  .\${P}-lightbox-counter {
13577
13579
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "1.0.12-alpha.23",
3
+ "version": "1.0.12-alpha.24",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",