@oxide/design-system 6.1.2-canary.ea0efcf → 6.1.3

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.
package/dist/asciidoc.css CHANGED
@@ -409,7 +409,7 @@
409
409
 
410
410
  .imageblock,
411
411
  .table-wrapper {
412
- @apply my-6;
412
+ @apply my-4;
413
413
  }
414
414
 
415
415
  .imageblock.inlineimage {
@@ -449,7 +449,7 @@
449
449
  .stemblock,
450
450
  .videoblock,
451
451
  .exampleblock {
452
- @apply my-6;
452
+ @apply my-4;
453
453
  }
454
454
 
455
455
  .title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "6.1.2-canary.ea0efcf",
3
+ "version": "6.1.3",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,