@oxide/design-system 1.2.12 → 1.2.13

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.
@@ -575,6 +575,10 @@
575
575
  @apply mb-2 max-w-[40rem] text-left italic text-sans-lg text-tertiary;
576
576
  }
577
577
 
578
+ .asciidoc-body summary.title {
579
+ @apply not-italic;
580
+ }
581
+
578
582
  .asciidoc-body .conum {
579
583
  @apply inline-block;
580
584
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "components/dist/index.js",
6
6
  "scripts": {