@autoguru/overdrive 4.14.1 → 4.14.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.
@@ -9,7 +9,7 @@ export const root = style({
9
9
  transitionTimingFunction: vars.animation.easing.standard,
10
10
  transitionDuration: '0.1s',
11
11
  transitionProperty: 'color, background-color, border-color, box-shadow, transform',
12
- transform: 'translate3d(0, 0, 1px) scale(1)',
12
+ transform: 'translate(0, 0) scale(1)',
13
13
  willChange: 'transform'
14
14
  }, "root");
15
15
  export const body = style({
@@ -108,7 +108,7 @@ export const inputItselfSize = {
108
108
  export const iconRoot = style({
109
109
  zIndex: 1,
110
110
  top: '50%',
111
- transform: 'translate3d(0, -50%, 0)',
111
+ transform: 'translate(0, -50%)',
112
112
  transition: "color 0.2s ".concat(vars.animation.easing.decelerate, " 0s")
113
113
  }, "iconRoot");
114
114
  export const prefixIcon = style({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/overdrive",
3
- "version": "4.14.1",
3
+ "version": "4.14.2",
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",