@oxide/design-system 1.2.11--canary.66.7f98528.0 → 1.2.11

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.
@@ -40,11 +40,15 @@
40
40
  @apply normal-case;
41
41
  }
42
42
 
43
- .asciidoc-body img {
44
- @apply mx-auto h-auto w-auto w-full rounded-lg border border-tertiary;
43
+ .asciidoc-body .imageblock img {
44
+ @apply mx-auto h-auto w-auto w-full rounded-lg border border-tertiary object-contain;
45
45
  max-height: max(500px, 75vh);
46
46
  }
47
47
 
48
+ .asciidoc-body span img {
49
+ @apply inline;
50
+ }
51
+
48
52
  .asciidoc-body img.transparent-dark {
49
53
  @apply bg-secondary;
50
54
  }
@@ -704,11 +708,6 @@
704
708
  white-space: pre-wrap;
705
709
  }
706
710
 
707
- .asciidoc-body img {
708
- max-height: max(400px, 25vh);
709
- margin-left: 0;
710
- }
711
-
712
711
  h1 {
713
712
  font-size: 3rem !important;
714
713
  line-height: 1 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.2.11--canary.66.7f98528.0",
3
+ "version": "1.2.11",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "components/dist/index.js",
6
6
  "scripts": {