@deframe-sdk/components 0.1.20 → 0.1.22
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 +23 -69
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -69
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -7
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -562,6 +562,9 @@
|
|
|
562
562
|
.h-\[50vh\] {
|
|
563
563
|
height: 50vh;
|
|
564
564
|
}
|
|
565
|
+
.h-\[54px\] {
|
|
566
|
+
height: 54px;
|
|
567
|
+
}
|
|
565
568
|
.h-\[56px\] {
|
|
566
569
|
height: 56px;
|
|
567
570
|
}
|
|
@@ -2709,13 +2712,6 @@
|
|
|
2709
2712
|
}
|
|
2710
2713
|
}
|
|
2711
2714
|
}
|
|
2712
|
-
.hover\:bg-\[var\(--deframe-widget-color-bg-tertiary\)\] {
|
|
2713
|
-
&:hover {
|
|
2714
|
-
@media (hover: hover) {
|
|
2715
|
-
background-color: var(--deframe-widget-color-bg-tertiary);
|
|
2716
|
-
}
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
2715
|
.hover\:bg-blue-700 {
|
|
2720
2716
|
&:hover {
|
|
2721
2717
|
@media (hover: hover) {
|