margo-ui 4.0.0 → 4.0.2
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 +1 @@
|
|
|
1
|
-
export const blockquoteBaseClassName = "border-l-margo border-primary-darken py-0.5 pl-4";
|
|
1
|
+
export const blockquoteBaseClassName = "border-l-margo border-primary-darken py-0.5 pl-4 flex items-center";
|
|
@@ -9,6 +9,6 @@ export const sheetSideClassName: Record<SheetSide, string> = {
|
|
|
9
9
|
bottom: "h-auto max-h-[40%] w-full self-end justify-self-stretch border-t-margo",
|
|
10
10
|
};
|
|
11
11
|
|
|
12
|
-
export const sheetBodyClassName = "min-h-0 flex-1 overflow-y-auto px-5 py-4 text-sm";
|
|
12
|
+
export const sheetBodyClassName = "min-h-0 flex-1 overflow-y-auto outline-on-main px-5 py-4 text-sm";
|
|
13
13
|
|
|
14
14
|
export const sheetFooterClassName = "flex items-center justify-end gap-2 border-t-margo border-border px-5 py-4";
|
package/src/css/variables.css
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
--margo-grid-max-width: 80rem;
|
|
46
46
|
--margo-grid-padding: 1rem;
|
|
47
47
|
--margo-grid-gutter-x: clamp(0.5rem, 2.2vw, 2rem);
|
|
48
|
-
--margo-grid-gutter-
|
|
48
|
+
--margo-grid-gutter-y: clamp(0.5rem, 2.2vw, 2rem);
|
|
49
49
|
--margo-grid-bleed: max(var(--margo-grid-padding), calc((100vw - var(--margo-grid-max-width)) / 2));
|
|
50
50
|
}
|
|
51
51
|
|