elseware-ui 3.0.8 → 3.0.9

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.css CHANGED
@@ -2895,6 +2895,9 @@ video {
2895
2895
  .font-medium {
2896
2896
  font-weight: 500;
2897
2897
  }
2898
+ .font-normal {
2899
+ font-weight: 400;
2900
+ }
2898
2901
  .font-semibold {
2899
2902
  font-weight: 600;
2900
2903
  }
@@ -8008,6 +8011,9 @@ video {
8008
8011
  .font-medium {
8009
8012
  font-weight: 500;
8010
8013
  }
8014
+ .font-normal {
8015
+ font-weight: 400;
8016
+ }
8011
8017
  .font-semibold {
8012
8018
  font-weight: 600;
8013
8019
  }