@onereach/styles 2.20.0 → 2.20.1-beta.1443.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "2.20.0",
3
+ "version": "2.20.1-beta.1443.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./main.css",
6
6
  "unpkg": "./main.css",
@@ -49,6 +49,5 @@
49
49
  "dependencies": {
50
50
  "@tailwindcss/typography": "^0.5.4",
51
51
  "tailwindcss": "^3.1.3"
52
- },
53
- "gitHead": "902267cedfd59663afa85ed78ec8414f8fda0148"
52
+ }
54
53
  }
@@ -315,7 +315,7 @@ module.exports = {
315
315
  },
316
316
  },
317
317
 
318
- transitionProperty: 'all',
318
+ transitionProperty: 'color, background-color',
319
319
  transitionDuration: theme('transitionDuration.short'),
320
320
  transitionTimingFunction: theme('transitionTimingFunction.standard'),
321
321
  };
@@ -346,7 +346,7 @@ module.exports = {
346
346
  },
347
347
  },
348
348
 
349
- transitionProperty: 'all',
349
+ transitionProperty: 'color, background-color',
350
350
  transitionDuration: theme('transitionDuration.short'),
351
351
  transitionTimingFunction: theme('transitionTimingFunction.standard'),
352
352
  };
@@ -376,7 +376,7 @@ module.exports = {
376
376
  },
377
377
  },
378
378
 
379
- transitionProperty: 'all',
379
+ transitionProperty: 'color, background-color',
380
380
  transitionDuration: theme('transitionDuration.short'),
381
381
  transitionTimingFunction: theme('transitionTimingFunction.standard'),
382
382
  };
@@ -406,7 +406,7 @@ module.exports = {
406
406
  },
407
407
  },
408
408
 
409
- transitionProperty: 'all',
409
+ transitionProperty: 'color, background-color',
410
410
  transitionDuration: theme('transitionDuration.short'),
411
411
  transitionTimingFunction: theme('transitionTimingFunction.standard'),
412
412
  };