@oxide/design-system 1.6.1--canary.ce74483.0 → 1.6.2--canary.3710db6.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.
@@ -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
  }
@@ -559,8 +563,8 @@
559
563
  @apply border-r-0;
560
564
  }
561
565
 
562
- /*
563
- specificity to handle nested tables
566
+ /*
567
+ specificity to handle nested tables
564
568
  todo: check if it's needed in any of the other table styles
565
569
  */
566
570
  .asciidoc-body tbody > tr:last-child > td,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.6.1--canary.ce74483.0",
3
+ "version": "1.6.2--canary.3710db6.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,