@jobber/components 6.111.6 → 6.111.7
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 +2 -2
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -733,6 +733,8 @@
|
|
|
733
733
|
display: -ms-flexbox;
|
|
734
734
|
display: flex;
|
|
735
735
|
height: var(--field--height);
|
|
736
|
+
-ms-flex-align: center;
|
|
737
|
+
align-items: center;
|
|
736
738
|
-ms-flex: 1;
|
|
737
739
|
flex: 1;
|
|
738
740
|
}
|
|
@@ -1533,8 +1535,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1533
1535
|
justify-content: center;
|
|
1534
1536
|
-ms-flex-align: center;
|
|
1535
1537
|
align-items: center;
|
|
1536
|
-
-webkit-transform: translateY(50%);
|
|
1537
|
-
transform: translateY(50%);
|
|
1538
1538
|
}
|
|
1539
1539
|
|
|
1540
1540
|
.YmRTd-KeXv4-:focus {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.111.
|
|
3
|
+
"version": "6.111.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -538,5 +538,5 @@
|
|
|
538
538
|
"> 1%",
|
|
539
539
|
"IE 10"
|
|
540
540
|
],
|
|
541
|
-
"gitHead": "
|
|
541
|
+
"gitHead": "cca677d99a6152517fe9f4c265af04a219113966"
|
|
542
542
|
}
|