@awell-health/ui-library 0.1.129 → 0.1.130

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.
Files changed (2) hide show
  1. package/dist/index.css +4 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1625,6 +1625,10 @@ html {
1625
1625
  margin-bottom: var(--awell-spacing-4);
1626
1626
  line-height: var(--awell-leading-normal);
1627
1627
  }
1628
+ .awell__richTextViewer_content ul,
1629
+ .awell__richTextViewer_content ol {
1630
+ line-height: var(--awell-leading-tight);
1631
+ }
1628
1632
  .awell__richTextViewer_content ul li,
1629
1633
  .awell__richTextViewer_content ol li {
1630
1634
  margin-top: var(--awell-spacing-2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.129",
3
+ "version": "0.1.130",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",