@revotech-group/revotech-ui-kit 0.0.94 → 0.0.96

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
@@ -853,12 +853,12 @@ body {
853
853
  .rtg-h-\[300px\] {
854
854
  height: 300px;
855
855
  }
856
+ .rtg-h-\[36px\] {
857
+ height: 36px;
858
+ }
856
859
  .rtg-h-\[400px\] {
857
860
  height: 400px;
858
861
  }
859
- .rtg-h-\[40px\] {
860
- height: 40px;
861
- }
862
862
  .rtg-h-full {
863
863
  height: 100%;
864
864
  }
@@ -937,6 +937,9 @@ body {
937
937
  .rtg-w-\[350px\] {
938
938
  width: 350px;
939
939
  }
940
+ .rtg-w-\[36px\] {
941
+ width: 36px;
942
+ }
940
943
  .rtg-w-\[400px\] {
941
944
  width: 400px;
942
945
  }
@@ -1216,9 +1219,16 @@ body {
1216
1219
  .rtg-rounded-md {
1217
1220
  border-radius: calc(var(--radius) - 2px);
1218
1221
  }
1222
+ .rtg-rounded-none {
1223
+ border-radius: 0px;
1224
+ }
1219
1225
  .rtg-rounded-sm {
1220
1226
  border-radius: calc(var(--radius) - 4px);
1221
1227
  }
1228
+ .rtg-rounded-l-md {
1229
+ border-top-left-radius: calc(var(--radius) - 2px);
1230
+ border-bottom-left-radius: calc(var(--radius) - 2px);
1231
+ }
1222
1232
  .rtg-rounded-r-md {
1223
1233
  border-top-right-radius: calc(var(--radius) - 2px);
1224
1234
  border-bottom-right-radius: calc(var(--radius) - 2px);