@revotech-group/revotech-ui-kit 0.0.93 → 0.0.95

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
@@ -1216,9 +1216,16 @@ body {
1216
1216
  .rtg-rounded-md {
1217
1217
  border-radius: calc(var(--radius) - 2px);
1218
1218
  }
1219
+ .rtg-rounded-none {
1220
+ border-radius: 0px;
1221
+ }
1219
1222
  .rtg-rounded-sm {
1220
1223
  border-radius: calc(var(--radius) - 4px);
1221
1224
  }
1225
+ .rtg-rounded-l-md {
1226
+ border-top-left-radius: calc(var(--radius) - 2px);
1227
+ border-bottom-left-radius: calc(var(--radius) - 2px);
1228
+ }
1222
1229
  .rtg-rounded-r-md {
1223
1230
  border-top-right-radius: calc(var(--radius) - 2px);
1224
1231
  border-bottom-right-radius: calc(var(--radius) - 2px);