@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.
Files changed (2) hide show
  1. package/dist/styles.css +2 -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: contain;
7387
- object-fit: contain;
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.1",
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": "5b1a9659f86dab9c8dfbb3cfdb616a7f3f09cf6a"
492
+ "gitHead": "963a62ee4ff159a59110941fcebda0100a3a31a5"
493
493
  }