@forgerock/login-widget 1.0.0-beta.4 → 1.0.0-beta.5

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/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {},
29
- "version": "1.0.0-beta.4"
29
+ "version": "1.0.0-beta.5"
30
30
  }
package/widget.css CHANGED
@@ -596,6 +596,10 @@ text-align: center;
596
596
  .tw_text-right {
597
597
  text-align: right;
598
598
  }
599
+ .tw_text-sm {
600
+ font-size: 0.875rem;
601
+ line-height: 1.25;
602
+ }
599
603
  .tw_text-base {
600
604
  font-size: 0.9375rem;
601
605
  line-height: 1.25;