@autoguru/overdrive 4.15.2 → 4.15.3

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.
@@ -6,6 +6,6 @@ import { style } from '@vanilla-extract/css';
6
6
  import { themeContractVars as vars } from "../../themes/theme.css.js";
7
7
  export const line = style({
8
8
  height: '1px',
9
- boxShadow: "inset 0 0 0 1px ".concat(vars.colours.background.light)
9
+ boxShadow: "inset 0 0 0 1px ".concat(vars.colours.background.neutral)
10
10
  }, "line");
11
11
  __vanilla_filescope__.endFileScope();
@@ -98,7 +98,7 @@ export const tokens = {
98
98
  background: {
99
99
  body: white,
100
100
  light: baseThemeColours.gray['200'],
101
- neutral: baseThemeColours.gray['400'],
101
+ neutral: baseThemeColours.gray['300'],
102
102
  neutralDark: baseThemeColours.gray['800']
103
103
  },
104
104
  intent: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/overdrive",
3
- "version": "4.15.2",
3
+ "version": "4.15.3",
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",
@@ -56,7 +56,7 @@
56
56
  "react-intersection-observer": "^9.4.3",
57
57
  "react-keyed-flatten-children": "1.3.0",
58
58
  "react-swipeable": "^7.0.0",
59
- "webpack": "5.76.2"
59
+ "webpack": "5.77.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@autoguru/icons": "^1.7.28",