@oxide/design-system 2.1.1--canary.d28255d.0 → 2.1.1--canary.81e2848.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.
@@ -171,7 +171,7 @@
171
171
 
172
172
  ul,
173
173
  ol {
174
- @apply mb-4 list-disc text-mono-sm;
174
+ @apply mb-3 list-disc text-mono-sm;
175
175
  }
176
176
 
177
177
  li::marker,
@@ -366,6 +366,10 @@
366
366
  @apply my-[1.5rem] flex px-3 py-3;
367
367
  }
368
368
 
369
+ .admonition-content p {
370
+ @apply text-[currentColor];
371
+ }
372
+
369
373
  .admonitionblock a {
370
374
  text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
371
375
  }
@@ -484,7 +488,7 @@
484
488
  }
485
489
 
486
490
  .imageblock.inlineimage {
487
- @apply my-4;
491
+ @apply my-3;
488
492
  }
489
493
 
490
494
  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.d28255d.0",
3
+ "version": "2.1.1--canary.81e2848.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,