@heliosgraphics/ui 2.0.0-alpha.75 → 2.0.0-alpha.76

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.
@@ -61,6 +61,12 @@
61
61
  display: none;
62
62
  }
63
63
 
64
+ .markdown sub,
65
+ .markdown sup {
66
+ font-size: var(--font-size-tiny);
67
+ line-height: normal;
68
+ }
69
+
64
70
  /* Element: Blockquote */
65
71
  .markdown blockquote {
66
72
  position: relative;
@@ -62,7 +62,9 @@ Integer leo est, lobortis at nulla at, tempus dignissim velit. ~~Suspendisse dig
62
62
  ---
63
63
 
64
64
  - First item
65
- - Second item
65
+ - Second item<sup>1</sup>
66
+ - Third item
67
+ - Orci varius natoque penatibus<sub>2</sub>
66
68
 
67
69
  Orci varius natoque penatibus et <a>magnis dis parturient</a> montes, nascetur ridiculus mus. Aenean varius non magna dapibus pharetra. Pellentesque eget sapien sit amet massa dapibus lacinia. Integer auctor pulvinar erat, non pharetra felis fermentum ac.
68
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliosgraphics/ui",
3
- "version": "2.0.0-alpha.75",
3
+ "version": "2.0.0-alpha.76",
4
4
  "type": "module",
5
5
  "author": "Chris Puska <chris@puska.org>",
6
6
  "private": false,