@oxide/design-system 1.6.2--canary.3710db6.0 → 1.6.2--canary.ab7249a.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,10 +23,6 @@
23
23
  @apply mt-8 text-default;
24
24
  }
25
25
 
26
- .asciidoc-body .attribution cite {
27
- @apply block;
28
- }
29
-
30
26
  .asciidoc-body .admonitionblock .quoteblock {
31
27
  @apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
32
28
  }
@@ -563,8 +559,8 @@
563
559
  @apply border-r-0;
564
560
  }
565
561
 
566
- /*
567
- specificity to handle nested tables
562
+ /*
563
+ specificity to handle nested tables
568
564
  todo: check if it's needed in any of the other table styles
569
565
  */
570
566
  .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.2--canary.3710db6.0",
3
+ "version": "1.6.2--canary.ab7249a.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,