@rovula/ui 0.0.54 → 0.0.56

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.
@@ -783,9 +783,13 @@ input[type=number] {
783
783
  width: 14px;
784
784
  height: 14px;
785
785
  }
786
- .size-\[16pt\]{
787
- width: 16pt;
788
- height: 16pt;
786
+ .size-\[16px\]{
787
+ width: 16px;
788
+ height: 16px;
789
+ }
790
+ .size-\[18px\]{
791
+ width: 18px;
792
+ height: 18px;
789
793
  }
790
794
  .size-\[30px\]{
791
795
  width: 30px;