@jobber/components 6.11.3 → 6.11.4

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 +0 -1
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -8428,7 +8428,6 @@ html.atlantisLightBoxActive {
8428
8428
  display: -ms-flexbox;
8429
8429
  display: flex;
8430
8430
  z-index: 1;
8431
- height: 100%;
8432
8431
  padding: 0 calc(16px - 4px);
8433
8432
  padding: 0 calc(var(--space-base) - var(--space-smaller));
8434
8433
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.11.3",
3
+ "version": "6.11.4",
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": "19bb92926cf1c1f114fc8360d7682120049ae2b7"
491
+ "gitHead": "e37cee921579c09dbdb773bd2911ea75aab4dcf3"
492
492
  }