@oxide/design-system 2.1.1--canary.8b446f3.0 → 2.1.1--canary.7af5c43.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.
@@ -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 {
@@ -171,7 +177,7 @@
171
177
 
172
178
  ul,
173
179
  ol {
174
- @apply mb-4 list-disc text-mono-sm;
180
+ @apply mb-3 list-disc text-mono-sm;
175
181
  }
176
182
 
177
183
  li::marker,
@@ -488,7 +494,7 @@
488
494
  }
489
495
 
490
496
  .imageblock.inlineimage {
491
- @apply my-4;
497
+ @apply my-3;
492
498
  }
493
499
 
494
500
  table.tableblock table.tableblock {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "2.1.1--canary.8b446f3.0",
3
+ "version": "2.1.1--canary.7af5c43.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,