radiant-docs 0.1.27 → 0.1.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "radiant-docs",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "CLI tool for previewing Radiant documentation locally",
5
5
  "type": "module",
6
6
  "bin": {
@@ -97,8 +97,8 @@ validateProps(
97
97
 
98
98
  <figure
99
99
  class:list={[
100
- "mx-auto p-1.5 pb-1 xs:pb-1.5 group border border-neutral-200/80 dark:border-neutral-800 shadow-xs bg-neutral-50 dark:bg-neutral-900 rounded-2xl",
101
- hasCustomImageWidth ? "w-fit max-w-full" : "w-full",
100
+ "p-1.5 pb-1 xs:pb-1.5 group border border-neutral-200/80 dark:border-neutral-800 shadow-xs bg-neutral-50 dark:bg-neutral-900 rounded-2xl",
101
+ hasCustomImageWidth ? "w-fit max-w-full mx-auto" : "w-full",
102
102
  ]}
103
103
  x-data="{
104
104
  open: false,
@@ -100,7 +100,7 @@
100
100
 
101
101
  /* Prose styling */
102
102
  .prose-rules {
103
- @apply *:max-w-2xl max-w-none prose prose-neutral *:first:mt-0 *:last:mb-0 dark:prose-invert prose-h2:scroll-mt-28 prose-h3:scroll-mt-24 prose-headings:font-semibold [--tw-prose-bullets:inherit] [--tw-prose-counters:text-neutral-950];
103
+ @apply *:max-w-2xl prose prose-neutral *:first:mt-0 *:last:mb-0 dark:prose-invert prose-h2:scroll-mt-28 prose-h3:scroll-mt-24 prose-headings:font-semibold [--tw-prose-bullets:inherit] [--tw-prose-counters:text-neutral-950];
104
104
  }
105
105
 
106
106
  .prose-rules :is(h2, h3, h4, h5, h6) {