@oxide/design-system 2.1.1--canary.8b446f3.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,
@@ -488,7 +488,7 @@
488
488
  }
489
489
 
490
490
  .imageblock.inlineimage {
491
- @apply my-4;
491
+ @apply my-3;
492
492
  }
493
493
 
494
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.8b446f3.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,