@jobber/components 6.115.1 → 6.115.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.
- package/dist/styles.css +2 -2
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1897,8 +1897,8 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1897
1897
|
justify-content: center;
|
|
1898
1898
|
-ms-flex-align: center;
|
|
1899
1899
|
align-items: center;
|
|
1900
|
-
-
|
|
1901
|
-
|
|
1900
|
+
-ms-flex-item-align: center;
|
|
1901
|
+
align-self: center;
|
|
1902
1902
|
}
|
|
1903
1903
|
|
|
1904
1904
|
.YmRTd-KeXv4-:focus {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.115.
|
|
3
|
+
"version": "6.115.2",
|
|
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": "b2cfd425316e386075108f4381f800a5bebc6d65"
|
|
542
542
|
}
|