@open-condo/ui 2.16.1 → 2.17.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/colors/index.js +2 -2
- package/dist/components/Card/index.d.ts +4 -0
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/hooks.js +29 -29
- package/dist/index.js +6248 -6240
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +2 -2
- package/dist/styles.css +30 -30
- package/dist/styles.min.css +1 -1
- package/package.json +13 -13
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 05 Apr 2024 13:04:18 GMT
|
|
4
4
|
|
|
5
5
|
@condo-global-spacing-4: 4px;
|
|
6
6
|
@condo-global-spacing-8: 8px;
|
|
@@ -156,4 +156,4 @@
|
|
|
156
156
|
@condo-global-color-gray-3: #e1e5ed;
|
|
157
157
|
@condo-global-color-gray-5: #d0d3e5;
|
|
158
158
|
@condo-global-color-gray-7: #707695;
|
|
159
|
-
@condo-global-transition-duration-default: 0.15s;
|
|
159
|
+
@condo-global-transition-duration-default: 0.15s;
|
package/dist/styles.css
CHANGED
|
@@ -3828,6 +3828,36 @@ a.condo-btn-secondary {
|
|
|
3828
3828
|
-webkit-user-drag: none;
|
|
3829
3829
|
}
|
|
3830
3830
|
|
|
3831
|
+
@media screen and (min-width: 0px ) and (max-width: 767px ) {
|
|
3832
|
+
.condo-card .condo-card-body {
|
|
3833
|
+
padding: 16px;
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
@media screen and (min-width: 768px ) {
|
|
3837
|
+
.condo-card .condo-card-body {
|
|
3838
|
+
padding: 24px;
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
.condo-card-no-body .condo-card-body {
|
|
3842
|
+
display: none;
|
|
3843
|
+
}
|
|
3844
|
+
.condo-card .condo-card-body-content {
|
|
3845
|
+
width: 100%;
|
|
3846
|
+
white-space: break-spaces;
|
|
3847
|
+
}
|
|
3848
|
+
.condo-card .condo-card-body-content-image-container {
|
|
3849
|
+
display: flex;
|
|
3850
|
+
align-items: center;
|
|
3851
|
+
align-self: stretch;
|
|
3852
|
+
justify-content: center;
|
|
3853
|
+
width: 100%;
|
|
3854
|
+
background-color: #f2f4f6;
|
|
3855
|
+
border-radius: 12px;
|
|
3856
|
+
}
|
|
3857
|
+
.condo-card .condo-card-body-content .condo-btn {
|
|
3858
|
+
width: 100%;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3831
3861
|
.condo-card-checkbox-type {
|
|
3832
3862
|
cursor: pointer;
|
|
3833
3863
|
}
|
|
@@ -3873,36 +3903,6 @@ a.condo-btn-secondary {
|
|
|
3873
3903
|
box-shadow: none;
|
|
3874
3904
|
}
|
|
3875
3905
|
|
|
3876
|
-
@media screen and (min-width: 0px ) and (max-width: 767px ) {
|
|
3877
|
-
.condo-card .condo-card-body {
|
|
3878
|
-
padding: 16px;
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
|
-
@media screen and (min-width: 768px ) {
|
|
3882
|
-
.condo-card .condo-card-body {
|
|
3883
|
-
padding: 24px;
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
.condo-card-no-body .condo-card-body {
|
|
3887
|
-
display: none;
|
|
3888
|
-
}
|
|
3889
|
-
.condo-card .condo-card-body-content {
|
|
3890
|
-
width: 100%;
|
|
3891
|
-
white-space: break-spaces;
|
|
3892
|
-
}
|
|
3893
|
-
.condo-card .condo-card-body-content-image-container {
|
|
3894
|
-
display: flex;
|
|
3895
|
-
align-items: center;
|
|
3896
|
-
align-self: stretch;
|
|
3897
|
-
justify-content: center;
|
|
3898
|
-
width: 100%;
|
|
3899
|
-
background-color: #f2f4f6;
|
|
3900
|
-
border-radius: 12px;
|
|
3901
|
-
}
|
|
3902
|
-
.condo-card .condo-card-body-content .condo-btn {
|
|
3903
|
-
width: 100%;
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
3906
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
3907
3907
|
/* stylelint-disable no-duplicate-selectors */
|
|
3908
3908
|
/* stylelint-disable */
|