@oxide/design-system 2.1.1--canary.81e2848.0 → 2.1.1--canary.2a8a8fa.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.
@@ -6,7 +6,7 @@
6
6
  * Copyright Oxide Computer Company
7
7
  */
8
8
 
9
- @layer utility {
9
+ @layer utilities {
10
10
  .text-mono-code {
11
11
  @apply !text-[0.825em] !normal-case;
12
12
  font-feature-settings: 'calt' 0;
@@ -18,6 +18,12 @@
18
18
  text-decoration: underline;
19
19
  text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
20
20
  }
21
+
22
+ .link-with-underline {
23
+ @apply text-default hover:text-raise;
24
+ text-decoration: underline;
25
+ text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
26
+ }
21
27
  }
22
28
 
23
29
  @layer components {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "2.1.1--canary.81e2848.0",
3
+ "version": "2.1.1--canary.2a8a8fa.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,