@loadsmart/loadsmart-ui 5.6.2 → 5.6.3

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/index.js CHANGED
@@ -2277,15 +2277,13 @@
2277
2277
 
2278
2278
  border-collapse: collapse;
2279
2279
 
2280
- ${rc} ${uc},
2280
+ ${rc} ${uc},
2281
2281
  ${rc} ${gc} {
2282
2282
  height: ${l.conditional({"24px":l.whenProps({scale:"small"}),"48px":l.whenProps({scale:"default"}),"80px":l.whenProps({scale:"large"})})};
2283
2283
  }
2284
2284
 
2285
- ${rc} ${uc} ${ic},
2286
- ${sc} ${uc} ${cc},
2287
- ${rc} ${gc} ${ic},
2288
- ${sc} ${gc} ${cc} {
2285
+ ${cc},
2286
+ ${ic} {
2289
2287
  padding: ${l.conditional({"space-xs":l.whenProps({scale:"small"}),"space-s":l.whenProps({scale:["default","large"]})})};
2290
2288
 
2291
2289
  font-size: ${l.conditional({"font-size-5":l.whenProps({scale:"small"}),"font-size-4":l.whenProps({scale:["default","large"]})})};