@oxide/design-system 1.6.3--canary.90e0894.0 → 1.6.3--canary.021dabf.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.
@@ -7,6 +7,12 @@
7
7
  */
8
8
 
9
9
  @layer components {
10
+ .accent-link {
11
+ @apply text-accent-secondary hover:text-accent;
12
+ text-decoration: underline;
13
+ text-decoration-color: var(--content-accent-tertiary);
14
+ }
15
+
10
16
  .asciidoc-body .line-through {
11
17
  text-decoration: line-through;
12
18
  }
@@ -546,8 +552,8 @@
546
552
  @apply border-r-0;
547
553
  }
548
554
 
549
- /*
550
- specificity to handle nested tables
555
+ /*
556
+ specificity to handle nested tables
551
557
  todo: check if it's needed in any of the other table styles
552
558
  */
553
559
  .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.3--canary.90e0894.0",
3
+ "version": "1.6.3--canary.021dabf.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,