@open-condo/ui 2.23.0 → 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 +1 -1
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +1 -1
- package/dist/styles.css +33 -4
- package/dist/styles.min.css +2 -2
- package/package.json +1 -1
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
|
@@ -923,6 +923,7 @@ a.condo-typography,
|
|
|
923
923
|
text-decoration-color: #707695;
|
|
924
924
|
outline: none;
|
|
925
925
|
cursor: pointer;
|
|
926
|
+
transition-timing-function: ease-in;
|
|
926
927
|
transition-duration: 0.15s;
|
|
927
928
|
transition-property: color, -webkit-text-decoration-color;
|
|
928
929
|
transition-property: color, text-decoration-color;
|
|
@@ -933,6 +934,7 @@ a.condo-typography.focus-visible,
|
|
|
933
934
|
a.condo-typography:hover,
|
|
934
935
|
.condo-typography a:hover {
|
|
935
936
|
color: #2bc359;
|
|
937
|
+
text-decoration: underline;
|
|
936
938
|
-webkit-text-decoration-color: #2bc359;
|
|
937
939
|
text-decoration-color: #2bc359;
|
|
938
940
|
}
|
|
@@ -941,16 +943,44 @@ a.condo-typography:focus-visible,
|
|
|
941
943
|
a.condo-typography:hover,
|
|
942
944
|
.condo-typography a:hover {
|
|
943
945
|
color: #2bc359;
|
|
946
|
+
text-decoration: underline;
|
|
944
947
|
-webkit-text-decoration-color: #2bc359;
|
|
945
948
|
text-decoration-color: #2bc359;
|
|
946
949
|
}
|
|
947
950
|
a.condo-typography:active,
|
|
948
951
|
.condo-typography a:active {
|
|
949
952
|
color: #2bc359;
|
|
953
|
+
text-decoration: underline;
|
|
950
954
|
opacity: 0.8;
|
|
951
955
|
-webkit-text-decoration-color: #2bc359;
|
|
952
956
|
text-decoration-color: #2bc359;
|
|
953
957
|
}
|
|
958
|
+
a.condo-typography:hover .condo-typography-inherit,
|
|
959
|
+
.condo-typography a:hover .condo-typography-inherit,
|
|
960
|
+
a.condo-typography.focus-visible .condo-typography-inherit,
|
|
961
|
+
.condo-typography a.focus-visible .condo-typography-inherit {
|
|
962
|
+
-webkit-text-decoration-color: #2bc359;
|
|
963
|
+
text-decoration-color: #2bc359;
|
|
964
|
+
}
|
|
965
|
+
a.condo-typography:hover .condo-typography-inherit,
|
|
966
|
+
.condo-typography a:hover .condo-typography-inherit,
|
|
967
|
+
a.condo-typography:focus-visible .condo-typography-inherit,
|
|
968
|
+
.condo-typography a:focus-visible .condo-typography-inherit {
|
|
969
|
+
-webkit-text-decoration-color: #2bc359;
|
|
970
|
+
text-decoration-color: #2bc359;
|
|
971
|
+
}
|
|
972
|
+
a.condo-typography .condo-typography-inherit,
|
|
973
|
+
.condo-typography a .condo-typography-inherit {
|
|
974
|
+
font-size: inherit;
|
|
975
|
+
text-decoration: underline;
|
|
976
|
+
text-underline-offset: 0.2em;
|
|
977
|
+
text-decoration-thickness: 1px;
|
|
978
|
+
-webkit-text-decoration-color: #707695;
|
|
979
|
+
text-decoration-color: #707695;
|
|
980
|
+
transition: 0.15s -webkit-text-decoration-color ease-in;
|
|
981
|
+
transition: 0.15s text-decoration-color ease-in;
|
|
982
|
+
transition: 0.15s text-decoration-color ease-in, 0.15s -webkit-text-decoration-color ease-in;
|
|
983
|
+
}
|
|
954
984
|
a.condo-typography:not(.condo-typography-large):not(.condo-typography-medium):not(.condo-typography-small),
|
|
955
985
|
.condo-typography a:not(.condo-typography-large):not(.condo-typography-medium):not(.condo-typography-small) {
|
|
956
986
|
font-size: inherit;
|
|
@@ -4693,7 +4723,8 @@ a.condo-icon-btn.condo-icon-btn-small {
|
|
|
4693
4723
|
padding: 12px;
|
|
4694
4724
|
}
|
|
4695
4725
|
.condo-card {
|
|
4696
|
-
|
|
4726
|
+
height: inherit;
|
|
4727
|
+
border: 1px solid #e1e5ed;
|
|
4697
4728
|
border-radius: 12px;
|
|
4698
4729
|
}
|
|
4699
4730
|
.condo-card-disabled {
|
|
@@ -4707,13 +4738,11 @@ a.condo-icon-btn.condo-icon-btn-small {
|
|
|
4707
4738
|
.condo-card-head {
|
|
4708
4739
|
min-height: 0;
|
|
4709
4740
|
overflow: hidden;
|
|
4710
|
-
border: 1px solid #e1e5ed;
|
|
4741
|
+
border-bottom: 1px solid #e1e5ed;
|
|
4711
4742
|
border-radius: 12px 12px 0 0;
|
|
4712
4743
|
}
|
|
4713
4744
|
.condo-card-body {
|
|
4714
4745
|
overflow: hidden;
|
|
4715
|
-
border: 1px solid #e1e5ed;
|
|
4716
|
-
border-radius: 12px;
|
|
4717
4746
|
}
|
|
4718
4747
|
.condo-card-body:not(:first-child) {
|
|
4719
4748
|
border-top: 0;
|