@pod-os/elements 0.30.2-rc.1b2b855.0 → 0.30.2-rc.86bb4f4.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.
@@ -1,3 +1,6 @@
1
1
  article {
2
2
  line-height: 1.5;
3
+ pos-image {
4
+ --max-width: 100%;
5
+ }
3
6
  }
@@ -1459,7 +1459,7 @@ function sanitize(html) {
1459
1459
  };
1460
1460
  }
1461
1461
 
1462
- const posMarkdownDocumentCss = "article{line-height:1.5}";
1462
+ const posMarkdownDocumentCss = "article {\n line-height: 1.5;\n pos-image {\n --max-width: 100%;\n }\n}\n";
1463
1463
  const PosMarkdownDocumentStyle0 = posMarkdownDocumentCss;
1464
1464
 
1465
1465
  const articleCardCss = "article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n";