@oxide/design-system 1.8.4--canary.fc76a4c.0 → 1.8.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.
@@ -548,6 +548,10 @@
548
548
  @apply sticky left-0 text-left;
549
549
  }
550
550
 
551
+ .asciidoc-body .table-wrapper caption > a {
552
+ @apply no-underline;
553
+ }
554
+
551
555
  .asciidoc-body table {
552
556
  @apply w-full border-separate overflow-hidden rounded-lg border p-0 border-secondary;
553
557
  border-spacing: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.8.4--canary.fc76a4c.0",
3
+ "version": "1.8.4",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,