@oxide/design-system 1.6.4--canary.a7b36bf.0 → 1.6.4

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.
@@ -23,6 +23,10 @@
23
23
  @apply mt-8 text-default;
24
24
  }
25
25
 
26
+ .asciidoc-body .attribution cite {
27
+ @apply block;
28
+ }
29
+
26
30
  .asciidoc-body .admonitionblock .quoteblock {
27
31
  @apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
28
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.6.4--canary.a7b36bf.0",
3
+ "version": "1.6.4",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,