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

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
@@ -841,6 +841,9 @@ body {
841
841
  .rtg-w-48 {
842
842
  width: 12rem;
843
843
  }
844
+ .rtg-w-60 {
845
+ width: 15rem;
846
+ }
844
847
  .rtg-w-64 {
845
848
  width: 16rem;
846
849
  }
@@ -1145,6 +1148,9 @@ body {
1145
1148
  .rtg-break-words {
1146
1149
  overflow-wrap: break-word;
1147
1150
  }
1151
+ .\!rtg-rounded-2xl {
1152
+ border-radius: calc(var(--radius) + 8px) !important;
1153
+ }
1148
1154
  .rtg-rounded {
1149
1155
  border-radius: 0.25rem;
1150
1156
  }