@oxide/design-system 6.2.0 → 6.2.1

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/asciidoc.css CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  /* Remove top spacing from the first heading in a document */
70
70
  #preamble .sectionbody > *:first-child,
71
- #content > .sect1:first-of-type > :is(h1, h2, h3, h4, h5) {
71
+ & > .sect1:first-of-type > :is(h1, h2, h3, h4, h5) {
72
72
  margin-top: 0;
73
73
  }
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,