@jobber/components 6.106.4-JOB-147120-dc74fc6.2 → 6.106.4-JOB-147120-f23d7b5.3

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.
@@ -97,6 +97,7 @@ function useModal({ open, activatorRef: refProp, onRequestClose, startedInsideRe
97
97
  apply({ availableHeight, elements }) {
98
98
  const maxHeight$1 = maxHeight.calculateMaxHeight(availableHeight, {
99
99
  maxHeight: availableHeight,
100
+ edgePadding: 40,
100
101
  });
101
102
  Object.assign(elements.floating.style, {
102
103
  maxHeight: `${maxHeight$1}px`,
@@ -95,6 +95,7 @@ function useModal({ open, activatorRef: refProp, onRequestClose, startedInsideRe
95
95
  apply({ availableHeight, elements }) {
96
96
  const maxHeight = calculateMaxHeight(availableHeight, {
97
97
  maxHeight: availableHeight,
98
+ edgePadding: 40,
98
99
  });
99
100
  Object.assign(elements.floating.style, {
100
101
  maxHeight: `${maxHeight}px`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.106.4-JOB-147120-dc74fc6.2+dc74fc6e2",
3
+ "version": "6.106.4-JOB-147120-f23d7b5.3+f23d7b538",
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": "dc74fc6e2f9e7c6223d3409b7927b8acb72bdc15"
541
+ "gitHead": "f23d7b5387cc2bf42dedc78d04bd8ffa32a9c79e"
542
542
  }