@teamimpact/veda-ui-blocks 0.1.0-beta.10 → 0.1.0-beta.12
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/default.css +5 -3
- package/dist/default.css.map +1 -1
- package/dist/disasters.css +5 -3
- package/dist/disasters.css.map +1 -1
- package/dist/index.d.ts +33 -11
- package/dist/index.js +212 -188
- package/package.json +2 -2
package/dist/disasters.css
CHANGED
|
@@ -48700,14 +48700,16 @@ example:
|
|
|
48700
48700
|
}
|
|
48701
48701
|
.blocks-card-mini__image {
|
|
48702
48702
|
flex: 0 0 98px;
|
|
48703
|
-
width: 98px;
|
|
48704
48703
|
overflow: hidden;
|
|
48704
|
+
position: relative;
|
|
48705
|
+
width: 98px;
|
|
48705
48706
|
}
|
|
48706
48707
|
.blocks-card-mini__image > :is(img, svg, video, canvas) {
|
|
48707
|
-
width: 100%;
|
|
48708
|
-
height: 100%;
|
|
48709
48708
|
display: block;
|
|
48709
|
+
height: 100%;
|
|
48710
48710
|
object-fit: cover;
|
|
48711
|
+
position: absolute;
|
|
48712
|
+
width: 100%;
|
|
48711
48713
|
}
|
|
48712
48714
|
.blocks-card-mini__body {
|
|
48713
48715
|
flex: 1 0 0;
|