@open-condo/ui 2.40.0 → 2.41.0
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
|
@@ -47377,7 +47377,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
|
|
|
47377
47377
|
var isString = __webpack_require__(8138);
|
|
47378
47378
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
|
|
47379
47379
|
;// CONCATENATED MODULE: ./package.json
|
|
47380
|
-
var package_namespaceObject = {"rE":"2.
|
|
47380
|
+
var package_namespaceObject = {"rE":"2.41.0"};
|
|
47381
47381
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
47382
47382
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
47383
47383
|
|
|
@@ -49348,7 +49348,7 @@ var getTitleRows = function getTitleRows(width, bannerSize) {
|
|
|
49348
49348
|
return width < SM_BARRIER ? 2 : 1;
|
|
49349
49349
|
}
|
|
49350
49350
|
|
|
49351
|
-
return
|
|
49351
|
+
return 2;
|
|
49352
49352
|
};
|
|
49353
49353
|
|
|
49354
49354
|
var getShowImage = function getShowImage(width, bannerSize, imgUrl) {
|
|
@@ -49416,7 +49416,7 @@ var Banner = function Banner(_ref) {
|
|
|
49416
49416
|
}, title), /*#__PURE__*/external_react_default().createElement(Typography.Paragraph, {
|
|
49417
49417
|
type: invertText ? 'inverted' : 'secondary',
|
|
49418
49418
|
ellipsis: {
|
|
49419
|
-
rows:
|
|
49419
|
+
rows: 2
|
|
49420
49420
|
},
|
|
49421
49421
|
size: textSize
|
|
49422
49422
|
}, subtitle)), Boolean(actionText) && (size === 'small' ? /*#__PURE__*/external_react_default().createElement("div", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 26 May 2025 09:46:44 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
|
|
3
|
+
// Generated on Mon, 26 May 2025 09:46:44 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
|
@@ -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:
|
|
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:
|
|
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:
|
|
4087
|
-
object-position:
|
|
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;
|