@rovula/ui 0.1.42 → 0.1.44

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.
@@ -1629,6 +1629,12 @@ input[type=number] {
1629
1629
  .rounded-\[2px\]{
1630
1630
  border-radius: 2px;
1631
1631
  }
1632
+ .rounded-\[4px\]{
1633
+ border-radius: 4px;
1634
+ }
1635
+ .rounded-\[6px\]{
1636
+ border-radius: 6px;
1637
+ }
1632
1638
  .rounded-\[8px\]{
1633
1639
  border-radius: 8px;
1634
1640
  }