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