@jobber/components 6.17.1 → 6.17.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
|
@@ -7383,8 +7383,8 @@ html.atlantisLightBoxActive {
|
|
|
7383
7383
|
position: absolute;
|
|
7384
7384
|
width: 100%;
|
|
7385
7385
|
height: 100%;
|
|
7386
|
-
-o-object-fit:
|
|
7387
|
-
object-fit:
|
|
7386
|
+
-o-object-fit: scale-down;
|
|
7387
|
+
object-fit: scale-down;
|
|
7388
7388
|
}
|
|
7389
7389
|
.UskuwLHR6fg- {
|
|
7390
7390
|
position: relative;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.17.
|
|
3
|
+
"version": "6.17.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -489,5 +489,5 @@
|
|
|
489
489
|
"> 1%",
|
|
490
490
|
"IE 10"
|
|
491
491
|
],
|
|
492
|
-
"gitHead": "
|
|
492
|
+
"gitHead": "963a62ee4ff159a59110941fcebda0100a3a31a5"
|
|
493
493
|
}
|