@haloduck/ui 2.0.45 → 2.0.47
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.
|
Binary file
|
package/package.json
CHANGED
package/src/tailwind.css
CHANGED
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
.items-start {
|
|
606
606
|
align-items: flex-start;
|
|
607
607
|
}
|
|
608
|
+
.items-stretch {
|
|
609
|
+
align-items: stretch;
|
|
610
|
+
}
|
|
608
611
|
.justify-between {
|
|
609
612
|
justify-content: space-between;
|
|
610
613
|
}
|
|
@@ -1568,6 +1571,21 @@
|
|
|
1568
1571
|
display: none;
|
|
1569
1572
|
}
|
|
1570
1573
|
}
|
|
1574
|
+
.sm\:flex-row {
|
|
1575
|
+
@media (width >= 40rem) {
|
|
1576
|
+
flex-direction: row;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
.sm\:items-center {
|
|
1580
|
+
@media (width >= 40rem) {
|
|
1581
|
+
align-items: center;
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
.sm\:justify-between {
|
|
1585
|
+
@media (width >= 40rem) {
|
|
1586
|
+
justify-content: space-between;
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1571
1589
|
.sm\:rounded-lg {
|
|
1572
1590
|
@media (width >= 40rem) {
|
|
1573
1591
|
border-radius: var(--radius-lg);
|
package/haloduck-ui-2.0.45.tgz
DELETED
|
Binary file
|