@lax-wp/design-system 0.9.15 → 0.9.16
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/index.es.js +6 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -73770,13 +73770,13 @@ const Bne = {
|
|
|
73770
73770
|
{
|
|
73771
73771
|
ref: i,
|
|
73772
73772
|
className: z(
|
|
73773
|
-
"markdown-preview
|
|
73773
|
+
"markdown-preview max-w-none",
|
|
73774
73774
|
// Base typography - match input exactly
|
|
73775
73775
|
"font-inter font-medium text-sm leading-4.5",
|
|
73776
73776
|
// Headings - inherit base styling
|
|
73777
|
-
"[&_h1]:text-2xl [&_h1]:font-bold [&_h1]:my-
|
|
73778
|
-
"[&_h2]:text-xl [&_h2]:font-bold [&_h2]:my-
|
|
73779
|
-
"[&_h3]:text-lg [&_h3]:font-semibold [&_h3]:my-
|
|
73777
|
+
"[&_h1]:text-2xl [&_h1]:font-bold [&_h1]:my-1 [&_h1]:leading-5 [&_h1]:text-inherit",
|
|
73778
|
+
"[&_h2]:text-xl [&_h2]:font-bold [&_h2]:my-1 [&_h2]:leading-5 [&_h2]:text-inherit",
|
|
73779
|
+
"[&_h3]:text-lg [&_h3]:font-semibold [&_h3]:my-1 [&_h3]:leading-5 [&_h3]:text-inherit leading-4.5",
|
|
73780
73780
|
"[&_h4]:text-inherit [&_h5]:text-inherit [&_h6]:text-inherit",
|
|
73781
73781
|
// Paragraphs - already inherits from base
|
|
73782
73782
|
"[&_p]:my-0",
|
|
@@ -73865,7 +73865,8 @@ const Bne = {
|
|
|
73865
73865
|
] }) : /* @__PURE__ */ l(
|
|
73866
73866
|
"code",
|
|
73867
73867
|
{
|
|
73868
|
-
className: z(s, "bg-neutral-100 dark:bg-neutral-800 px-1
|
|
73868
|
+
className: z(s, "bg-neutral-100 dark:bg-neutral-800 px-1 rounded font-inter"),
|
|
73869
|
+
style: { fontSize: "inherit", color: "inherit" },
|
|
73869
73870
|
...A,
|
|
73870
73871
|
children: o
|
|
73871
73872
|
}
|