@open-condo/ui 2.23.1 → 2.23.2
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
|
@@ -47336,7 +47336,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
|
|
|
47336
47336
|
var isString = __webpack_require__(8138);
|
|
47337
47337
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
|
|
47338
47338
|
;// CONCATENATED MODULE: ./package.json
|
|
47339
|
-
var package_namespaceObject = {"rE":"2.23.
|
|
47339
|
+
var package_namespaceObject = {"rE":"2.23.2"};
|
|
47340
47340
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
47341
47341
|
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; }
|
|
47342
47342
|
|
package/dist/styles.css
CHANGED
|
@@ -4723,7 +4723,8 @@ a.condo-icon-btn.condo-icon-btn-small {
|
|
|
4723
4723
|
padding: 12px;
|
|
4724
4724
|
}
|
|
4725
4725
|
.condo-card {
|
|
4726
|
-
|
|
4726
|
+
height: inherit;
|
|
4727
|
+
border: 1px solid #e1e5ed;
|
|
4727
4728
|
border-radius: 12px;
|
|
4728
4729
|
}
|
|
4729
4730
|
.condo-card-disabled {
|
|
@@ -4737,13 +4738,11 @@ a.condo-icon-btn.condo-icon-btn-small {
|
|
|
4737
4738
|
.condo-card-head {
|
|
4738
4739
|
min-height: 0;
|
|
4739
4740
|
overflow: hidden;
|
|
4740
|
-
border: 1px solid #e1e5ed;
|
|
4741
|
+
border-bottom: 1px solid #e1e5ed;
|
|
4741
4742
|
border-radius: 12px 12px 0 0;
|
|
4742
4743
|
}
|
|
4743
4744
|
.condo-card-body {
|
|
4744
4745
|
overflow: hidden;
|
|
4745
|
-
border: 1px solid #e1e5ed;
|
|
4746
|
-
border-radius: 12px;
|
|
4747
4746
|
}
|
|
4748
4747
|
.condo-card-body:not(:first-child) {
|
|
4749
4748
|
border-top: 0;
|