@open-condo/ui 2.40.0 → 2.41.1

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 18 Apr 2025 12:57:42 GMT
3
+ * Generated on Fri, 04 Jul 2025 19:02:25 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,8 +12,10 @@
12
12
  --condo-global-spacing-24: 24px;
13
13
  --condo-global-spacing-32: 32px;
14
14
  --condo-global-spacing-40: 40px;
15
+ --condo-global-spacing-48: 48px;
15
16
  --condo-global-spacing-52: 52px;
16
17
  --condo-global-spacing-60: 60px;
18
+ --condo-global-spacing-72: 72px;
17
19
  --condo-global-border-width-default: 1px;
18
20
  --condo-global-font-family-default: "Wix Madefor Display", var(--condo-font-fallback);
19
21
  --condo-global-border-radius-small: 4px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 18 Apr 2025 12:57:42 GMT
3
+ // Generated on Fri, 04 Jul 2025 19:02:25 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
@@ -10,8 +10,10 @@
10
10
  @condo-global-spacing-24: 24px;
11
11
  @condo-global-spacing-32: 32px;
12
12
  @condo-global-spacing-40: 40px;
13
+ @condo-global-spacing-48: 48px;
13
14
  @condo-global-spacing-52: 52px;
14
15
  @condo-global-spacing-60: 60px;
16
+ @condo-global-spacing-72: 72px;
15
17
  @condo-global-border-width-default: 1px;
16
18
  @condo-global-font-family-default: "Wix Madefor Display", var(--condo-font-fallback);
17
19
  @condo-global-border-radius-small: 4px;
package/dist/styles.css CHANGED
@@ -3,21 +3,21 @@
3
3
  font-style: normal;
4
4
  font-weight: 400;
5
5
  font-display: swap;
6
- src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltk.ttf) format('truetype');
6
+ src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltk.ttf) format('truetype');
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'Wix Madefor Display';
10
10
  font-style: normal;
11
11
  font-weight: 600;
12
12
  font-display: swap;
13
- src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtk.ttf) format('truetype');
13
+ src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtk.ttf) format('truetype');
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'Wix Madefor Display';
17
17
  font-style: normal;
18
18
  font-weight: 700;
19
19
  font-display: swap;
20
- src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtk.ttf) format('truetype');
20
+ src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtk.ttf) format('truetype');
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'Noto Sans Mono';
@@ -4016,7 +4016,7 @@ a.condo-icon-btn.condo-icon-btn-small {
4016
4016
  flex-direction: column;
4017
4017
  align-items: flex-start;
4018
4018
  justify-content: space-between;
4019
- padding: 60px 32px 60px 60px;
4019
+ padding: 48px 32px 48px 72px;
4020
4020
  }
4021
4021
  .condo-promo-block-md > .condo-promo-block-content-container,
4022
4022
  .condo-promo-block-sm > .condo-promo-block-content-container {
@@ -4066,7 +4066,7 @@ a.condo-icon-btn.condo-icon-btn-small {
4066
4066
  padding-right: 52px;
4067
4067
  }
4068
4068
  .condo-promo-block:not(.condo-promo-block-no-image) .condo-promo-block-text-container {
4069
- max-width: 420px;
4069
+ max-width: 480px;
4070
4070
  }
4071
4071
  .condo-promo-block-action-link {
4072
4072
  display: flex;
@@ -4083,8 +4083,8 @@ a.condo-icon-btn.condo-icon-btn-small {
4083
4083
  height: 100%;
4084
4084
  -o-object-fit: cover;
4085
4085
  object-fit: cover;
4086
- -o-object-position: right center;
4087
- object-position: right center;
4086
+ -o-object-position: center;
4087
+ object-position: center;
4088
4088
  -webkit-user-select: none;
4089
4089
  -moz-user-select: none;
4090
4090
  -ms-user-select: none;