@autoguru/overdrive 4.52.0 → 4.52.1

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  import * as __vanilla_filescope__ from '@vanilla-extract/css/fileScope';
4
4
  __vanilla_filescope__.setFileScope("lib/components/MarkdownRenderer/MarkdownRenderer.css.ts", "@autoguru/overdrive");
5
- import { style } from '@vanilla-extract/css';
5
+ import { globalStyle, style } from '@vanilla-extract/css';
6
6
  import { cssLayerComponent } from "../../styles/layers.css.js";
7
7
  import { overdriveTokens as tokens } from "../../themes/theme.css.js";
8
8
  export const root = style({
@@ -15,4 +15,10 @@ export const root = style({
15
15
  }
16
16
  }
17
17
  }, "root");
18
+ globalStyle(`${root} > *:first-child`, {
19
+ marginTop: '0 !important'
20
+ });
21
+ globalStyle(`${root} > *:last-child`, {
22
+ marginBottom: '0 !important'
23
+ });
18
24
  __vanilla_filescope__.endFileScope();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/overdrive",
3
- "version": "4.52.0",
3
+ "version": "4.52.1",
4
4
  "description": "Overdrive is a product component library, and design system for AutoGuru.",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",