@sankhyalabs/ez-design 5.0.1 → 5.1.0

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.
@@ -780,12 +780,18 @@ body {
780
780
  .ez-size-width--auto {
781
781
  width: auto; }
782
782
 
783
+ .ez-size-width--fit-content {
784
+ width: fit-content; }
785
+
783
786
  .ez-size-height--full {
784
787
  height: 100%; }
785
788
 
786
789
  .ez-size-height--auto {
787
790
  height: auto; }
788
791
 
792
+ .ez-size-height--fit-content {
793
+ height: fit-content; }
794
+
789
795
  .ez-text {
790
796
  font-family: "Roboto";
791
797
  text-shadow: 0 0 0 #353535, 0 0 1px transparent; }