@luscii-healthtech/web-ui 6.2.2 → 6.3.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/components/Form/FormImagePicker.d.ts +1 -1
- package/dist/components/Form/form.types.d.ts +1 -1
- package/dist/components/MediaPicker/MediaPicker.d.ts +32 -7
- package/dist/index.development.js +31 -30
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/web-ui-tailwind.css +9 -0
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +2 -1
package/dist/web-ui-tailwind.css
CHANGED
|
@@ -678,6 +678,11 @@ video {
|
|
|
678
678
|
margin-bottom: 0.25rem;
|
|
679
679
|
}
|
|
680
680
|
|
|
681
|
+
.ui-my-16 {
|
|
682
|
+
margin-top: 4rem;
|
|
683
|
+
margin-bottom: 4rem;
|
|
684
|
+
}
|
|
685
|
+
|
|
681
686
|
.ui-my-4 {
|
|
682
687
|
margin-top: 1rem;
|
|
683
688
|
margin-bottom: 1rem;
|
|
@@ -1752,6 +1757,10 @@ video {
|
|
|
1752
1757
|
stroke: currentColor;
|
|
1753
1758
|
}
|
|
1754
1759
|
|
|
1760
|
+
.ui-object-contain {
|
|
1761
|
+
object-fit: contain;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1755
1764
|
.ui-p-0 {
|
|
1756
1765
|
padding: 0px;
|
|
1757
1766
|
}
|