@oxide/design-system 6.4.0 → 6.4.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
@@ -399,6 +399,7 @@
399
399
  pre {
400
400
  overflow-x: auto;
401
401
  font-size: 13px;
402
+ line-height: 1.5;
402
403
  letter-spacing: 0;
403
404
  text-transform: none !important;
404
405
  font-feature-settings: 'calt' 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,