@loadsmart/loadsmart-ui 5.19.0 → 5.19.1

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
@@ -978,6 +978,7 @@
978
978
  background-color: ${r.getToken("color-transparent")};
979
979
  border-radius: ${r.getToken("border-radius-s")};
980
980
  border: none;
981
+ box-sizing: border-box;
981
982
 
982
983
  padding: ${r.getToken("space-s")} ${r.getToken("space-m")};
983
984