@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.
- package/dist/styles.css +4 -4
- 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-
|
|
2575
|
-
box-shadow 200ms ease-
|
|
2574
|
+
background-color 200ms ease-out,
|
|
2575
|
+
box-shadow 200ms ease-out;
|
|
2576
2576
|
transition:
|
|
2577
|
-
background-color var(--timing-base) ease-
|
|
2578
|
-
box-shadow var(--timing-base) ease-
|
|
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.
|
|
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": "
|
|
491
|
+
"gitHead": "1a784622c21bff8c1719a88909490843f0941b7b"
|
|
492
492
|
}
|