@deframe-sdk/components 0.1.26 → 0.1.27
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.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +44 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +44 -13
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -604,6 +604,9 @@
|
|
|
604
604
|
.h-\[38px\] {
|
|
605
605
|
height: 38px;
|
|
606
606
|
}
|
|
607
|
+
.h-\[42px\] {
|
|
608
|
+
height: 42px;
|
|
609
|
+
}
|
|
607
610
|
.h-\[50vh\] {
|
|
608
611
|
height: 50vh;
|
|
609
612
|
}
|
|
@@ -820,6 +823,9 @@
|
|
|
820
823
|
.w-\[84px\] {
|
|
821
824
|
width: 84px;
|
|
822
825
|
}
|
|
826
|
+
.w-\[120px\] {
|
|
827
|
+
width: 120px;
|
|
828
|
+
}
|
|
823
829
|
.w-\[200px\] {
|
|
824
830
|
width: 200px;
|
|
825
831
|
}
|