@jobber/components 6.12.0 → 6.12.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.
Files changed (2) hide show
  1. package/dist/styles.css +4 -4
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -2571,11 +2571,11 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2571
2571
  -ms-flex-align: center;
2572
2572
  align-items: center;
2573
2573
  transition:
2574
- background-color 200ms ease-in,
2575
- box-shadow 200ms ease-in;
2574
+ background-color 200ms ease-out,
2575
+ box-shadow 200ms ease-out;
2576
2576
  transition:
2577
- background-color var(--timing-base) ease-in,
2578
- box-shadow var(--timing-base) ease-in;
2577
+ background-color var(--timing-base) ease-out,
2578
+ box-shadow var(--timing-base) ease-out;
2579
2579
  }
2580
2580
 
2581
2581
  .M1BgN-oCmKw-:hover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.12.0",
3
+ "version": "6.12.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -488,5 +488,5 @@
488
488
  "> 1%",
489
489
  "IE 10"
490
490
  ],
491
- "gitHead": "2e11e226e1da0392be26f669f5960b1a4ff4c8d2"
491
+ "gitHead": "1a784622c21bff8c1719a88909490843f0941b7b"
492
492
  }