@oxide/design-system 1.8.3 → 1.8.4--canary.fc76a4c.0

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.
@@ -288,7 +288,8 @@
288
288
  .asciidoc-body h2 code,
289
289
  .asciidoc-body h3 code,
290
290
  .asciidoc-body h4 code,
291
- .asciidoc-body h5 code {
291
+ .asciidoc-body h5 code,
292
+ .asciidoc-body .title code {
292
293
  @apply text-[0.825em] text-default;
293
294
  @apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
294
295
  }
@@ -544,7 +545,7 @@
544
545
  }
545
546
 
546
547
  .asciidoc-body .table-wrapper caption {
547
- @apply sticky left-0;
548
+ @apply sticky left-0 text-left;
548
549
  }
549
550
 
550
551
  .asciidoc-body table {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.8.3",
3
+ "version": "1.8.4--canary.fc76a4c.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,