@oxide/design-system 1.4.5 → 1.4.6--canary.c05e339.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.
@@ -477,6 +477,10 @@
477
477
  @apply my-6;
478
478
  }
479
479
 
480
+ .asciidoc-body .imageblock.inlineimage {
481
+ @apply my-4;
482
+ }
483
+
480
484
  .asciidoc-body table.tableblock table.tableblock {
481
485
  @apply my-2;
482
486
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.4.5",
3
+ "version": "1.4.6--canary.c05e339.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "components/dist/index.js",
6
6
  "scripts": {
@@ -67,7 +67,7 @@
67
67
  "access": "public"
68
68
  },
69
69
  "peerDependencies": {
70
- "@oxide/react-asciidoc": "^0.2.0",
70
+ "@oxide/react-asciidoc": "^0.2.8",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0"
73
73
  },