@revotech-group/revotech-ui-kit 0.1.28 → 0.1.29

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/library.css CHANGED
@@ -745,6 +745,9 @@ body {
745
745
  .rtg-h-2 {
746
746
  height: 0.5rem;
747
747
  }
748
+ .rtg-h-20 {
749
+ height: 5rem;
750
+ }
748
751
  .rtg-h-24 {
749
752
  height: 6rem;
750
753
  }
@@ -823,6 +826,9 @@ body {
823
826
  .rtg-w-2 {
824
827
  width: 0.5rem;
825
828
  }
829
+ .rtg-w-20 {
830
+ width: 5rem;
831
+ }
826
832
  .rtg-w-3 {
827
833
  width: 0.75rem;
828
834
  }
@@ -1142,6 +1148,9 @@ body {
1142
1148
  .rtg-rounded {
1143
1149
  border-radius: 0.25rem;
1144
1150
  }
1151
+ .rtg-rounded-2xl {
1152
+ border-radius: calc(var(--radius) + 8px);
1153
+ }
1145
1154
  .rtg-rounded-\[inherit\] {
1146
1155
  border-radius: inherit;
1147
1156
  }