@react-spectrum/overlays 3.8.0 → 4.0.0
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/main.css +1 -1
- package/dist/main.js +101 -91
- package/dist/main.js.map +1 -1
- package/dist/module.js +102 -92
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +20 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/Modal.tsx +32 -35
- package/src/Overlay.tsx +17 -17
- package/src/Popover.tsx +58 -73
- package/src/Tray.tsx +38 -43
- package/src/Underlay.tsx +4 -3
package/dist/main.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.spectrum-Popover_38efea.react-spectrum-Popover_38efea{visibility:visible}.spectrum-Popover_38efea .spectrum-Dialog-content_38efea{max-height:initial}.spectrum-Modal-wrapper_38efea.react-spectrum-Modal-wrapper_38efea,.spectrum-Modal_38efea.react-spectrum-Modal_38efea,.spectrum-Tray_38efea.react-spectrum-Tray_38efea{visibility:visible}.spectrum-Popover_6115b8{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Popover_6115b8.is-open_6115b8{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}.spectrum-Popover--bottom_6115b8.is-open_6115b8{transform:translateY(var(--spectrum-overlay-positive-transform-distance))}.spectrum-Popover--top_6115b8.is-open_6115b8{transform:translateY(var(--spectrum-overlay-negative-transform-distance))}.spectrum-Popover--right_6115b8.is-open_6115b8{transform:translateX(var(--spectrum-overlay-positive-transform-distance))}.spectrum-Popover--left_6115b8.is-open_6115b8{transform:translateX(var(--spectrum-overlay-negative-transform-distance))}.spectrum-Popover_6115b8{box-sizing:border-box;min-width:var(--spectrum-global-dimension-size-400);min-height:var(--spectrum-global-dimension-size-400);border-style:solid;border-width:var(--spectrum-popover-border-size,var(--spectrum-alias-border-size-thin));border-radius:var(--spectrum-popover-border-radius,var(--spectrum-alias-border-radius-regular));outline:0;flex-direction:column;display:inline-flex;position:absolute}.spectrum-Popover-tip_6115b8{--spectrum-popover-tip-size:var(--spectrum-popover-tip-width,var(--spectrum-global-dimension-size-250));--spectrum-popover-tip-borderWidth:var(--spectrum-popover-border-size,var(--spectrum-alias-border-size-thin));position:absolute;-webkit-transform:translate(0)}.spectrum-Popover-tip_6115b8 .spectrum-Popover-tip-triangle_6115b8{stroke-linecap:square;stroke-linejoin:miter;stroke-width:var(--spectrum-popover-border-size,var(--spectrum-alias-border-size-thin))}.spectrum-Popover--dialog_6115b8{min-width:270px;padding:30px 29px}.spectrum-Popover--left_6115b8.spectrum-Popover--withTip_6115b8{margin-right:13px}.spectrum-Popover--left_6115b8 .spectrum-Popover-tip_6115b8{left:100%}.spectrum-Popover--right_6115b8.spectrum-Popover--withTip_6115b8{margin-left:13px}.spectrum-Popover--right_6115b8 .spectrum-Popover-tip_6115b8{right:100%;transform:scaleX(-1)}.spectrum-Popover--left_6115b8 .spectrum-Popover-tip_6115b8,.spectrum-Popover--right_6115b8 .spectrum-Popover-tip_6115b8{margin-top:calc(var(--spectrum-global-dimension-size-150)*-1);top:50%}.spectrum-Popover--bottom_6115b8.spectrum-Popover--withTip_6115b8{margin-top:13px}.spectrum-Popover--bottom_6115b8 .spectrum-Popover-tip_6115b8{bottom:100%;transform:scaleY(-1)}.spectrum-Popover--top_6115b8.spectrum-Popover--withTip_6115b8{margin-bottom:13px}.spectrum-Popover--top_6115b8 .spectrum-Popover-tip_6115b8{top:100%}.spectrum-Popover--bottom_6115b8 .spectrum-Popover-tip_6115b8,.spectrum-Popover--top_6115b8 .spectrum-Popover-tip_6115b8{margin-left:calc(var(--spectrum-global-dimension-size-150)*-1);left:50%}.spectrum-Popover_6115b8{background-color:var(--spectrum-popover-background-color,var(--spectrum-global-color-gray-50));border-color:var(--spectrum-popover-border-color,var(--spectrum-alias-border-color-dark));filter:drop-shadow(0 1px 4px var(--spectrum-popover-shadow-color,var(--spectrum-alias-dropshadow-color)));-webkit-filter:drop-shadow(0 1px 4px var(--spectrum-popover-shadow-color,var(--spectrum-alias-dropshadow-color)));will-change:filter;-webkit-clip-path:inset(-30px -30px);clip-path:inset(-30px)}.spectrum-Popover_6115b8 .spectrum-Popover-tip_6115b8 .spectrum-Popover-tip-triangle_6115b8{fill:var(--spectrum-popover-background-color,var(--spectrum-global-color-gray-50));stroke:var(--spectrum-popover-border-color,var(--spectrum-alias-border-color-dark))}.spectrum-Modal_f81956{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Modal_f81956.is-open_f81956{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}.spectrum-Modal-wrapper_f81956{box-sizing:border-box;width:100vw;height:var(--spectrum-visual-viewport-height);visibility:hidden;pointer-events:none;z-index:2;transition:visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.spectrum-Modal-wrapper_f81956.is-open_f81956{visibility:visible}.spectrum-Modal_f81956{transform:translateY(var(--spectrum-dialog-entry-animation-distance,var(--spectrum-global-dimension-size-250)));z-index:2;max-height:calc(var(--spectrum-visual-viewport-height)*0.9);max-width:90vw;min-width:var(--spectrum-dialog-min-width,var(--spectrum-global-dimension-static-size-3600));border-radius:var(--spectrum-dialog-border-radius,var(--spectrum-global-dimension-size-50));pointer-events:auto;transition:opacity var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))cubic-bezier(0.5,0,1,1)0ms,visibility 0ms linear calc(0ms + var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))),transform 0ms linear calc(0ms + var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100)));outline:0}.spectrum-Modal_f81956.is-open_f81956{transition:transform var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200)),opacity var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200));transform:translateY(0)}@media only screen and (max-device-width:400px),only screen and (max-device-height:350px){.spectrum-Modal--responsive_f81956{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.spectrum-Modal-wrapper_f81956 .spectrum-Modal--responsive_f81956{margin-top:0}}.spectrum-Modal--fullscreen_f81956{max-width:none;max-height:none;width:calc(100% - 80px);height:calc(100% - 80px);position:fixed;top:40px;bottom:40px;left:40px;right:40px}.spectrum-Modal--fullscreenTakeover_f81956{max-width:none;max-height:none;box-sizing:border-box;border-radius:0;border:0;position:fixed;top:0;bottom:0;left:0;right:0}.spectrum-Modal--fullscreenTakeover_f81956,.spectrum-Modal--fullscreenTakeover_f81956.is-open_f81956{transform:none}.spectrum-Modal_f81956{background:var(--spectrum-dialog-background-color,var(--spectrum-alias-background-color-default))}.spectrum-Underlay_eb7615{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Underlay_eb7615.is-open_eb7615{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}.spectrum-Underlay_eb7615{z-index:1;transition:opacity var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300))cubic-bezier(0.5,0,1,1)var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)),visibility 0ms linear calc(var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)) + var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300)));position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.spectrum-Underlay_eb7615.is-open_eb7615{transition:opacity var(--spectrum-dialog-background-entry-animation-duration,var(--spectrum-global-animation-duration-600))cubic-bezier(0,0,0.4,1)0ms}.spectrum-Underlay_eb7615{background:var(--spectrum-dialog-underlay-background-color,var(--spectrum-alias-background-color-modal-overlay))}.spectrum-Tray_23bf66{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Tray_23bf66.is-open_23bf66{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}[dir=ltr] .spectrum-Tray-wrapper_23bf66{left:0}[dir=rtl] .spectrum-Tray-wrapper_23bf66{right:0}.spectrum-Tray-wrapper_23bf66{width:100%;height:100vh;pointer-events:none;z-index:2;justify-content:center;display:flex;position:fixed;top:0}.spectrum-Tray_23bf66{--spectrum-tray-margin-top:64px;--spectrum-tray-max-width:450px;width:var(--spectrum-tray-width,100%);max-width:var(--spectrum-tray-max-width,375px);min-height:var(--spectrum-tray-min-height,var(--spectrum-global-dimension-static-size-800));max-height:calc(var(--spectrum-visual-viewport-height) - var(--spectrum-tray-margin-top));padding-bottom:max(calc(100vh - var(--spectrum-visual-viewport-height)),env(safe-area-inset-bottom));border-radius:var(--spectrum-tray-full-width-border-radius,var(--spectrum-alias-border-radius-regular))var(--spectrum-tray-full-width-border-radius,var(--spectrum-alias-border-radius-regular))var(--spectrum-tray-border-radius,0px)var(--spectrum-tray-border-radius,0px);transition:opacity var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))cubic-bezier(0.5,0,1,1)0ms,transform var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))cubic-bezier(0.5,0,1,1)0ms;outline:0;flex-direction:column;display:flex;position:absolute;bottom:0;transform:translateY(100%)}.spectrum-Tray_23bf66.is-open_23bf66{transition:transform var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200)),opacity var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200));transform:translateY(0)}.spectrum-Tray--fixedHeight_23bf66{height:calc(var(--spectrum-visual-viewport-height) - var(--spectrum-tray-margin-top));top:var(--spectrum-tray-margin-top)}@media (max-width:450px){.spectrum-Tray_23bf66{border-radius:var(--spectrum-tray-border-radius,0px)}}.spectrum-Tray_23bf66{background-color:var(--spectrum-tray-background-color)}
|
|
1
|
+
.spectrum-Popover_38efea.react-spectrum-Popover_38efea{visibility:visible}.spectrum-Popover_38efea .spectrum-Dialog-content_38efea{max-height:initial}.spectrum-Modal-wrapper_38efea.react-spectrum-Modal-wrapper_38efea,.spectrum-Modal_38efea.react-spectrum-Modal_38efea,.spectrum-Tray_38efea.react-spectrum-Tray_38efea{visibility:visible}.spectrum-Popover_6115b8{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Popover_6115b8.is-open_6115b8{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}.spectrum-Popover--bottom_6115b8.is-open_6115b8{transform:translateY(var(--spectrum-overlay-positive-transform-distance))}.spectrum-Popover--top_6115b8.is-open_6115b8{transform:translateY(var(--spectrum-overlay-negative-transform-distance))}.spectrum-Popover--right_6115b8.is-open_6115b8{transform:translateX(var(--spectrum-overlay-positive-transform-distance))}.spectrum-Popover--left_6115b8.is-open_6115b8{transform:translateX(var(--spectrum-overlay-negative-transform-distance))}.spectrum-Popover_6115b8{box-sizing:border-box;min-width:var(--spectrum-global-dimension-size-400);min-height:var(--spectrum-global-dimension-size-400);border-style:solid;border-width:var(--spectrum-popover-border-size,var(--spectrum-alias-border-size-thin));border-radius:var(--spectrum-popover-border-radius,var(--spectrum-alias-border-radius-regular));outline:0;flex-direction:column;display:inline-flex;position:absolute}.spectrum-Popover-tip_6115b8{--spectrum-popover-tip-size:var(--spectrum-popover-tip-width,var(--spectrum-global-dimension-size-250));--spectrum-popover-tip-borderWidth:var(--spectrum-popover-border-size,var(--spectrum-alias-border-size-thin));position:absolute;-webkit-transform:translate(0)}.spectrum-Popover-tip_6115b8 .spectrum-Popover-tip-triangle_6115b8{stroke-linecap:square;stroke-linejoin:miter;stroke-width:var(--spectrum-popover-border-size,var(--spectrum-alias-border-size-thin))}.spectrum-Popover--dialog_6115b8{min-width:270px;padding:30px 29px}.spectrum-Popover--left_6115b8.spectrum-Popover--withTip_6115b8{margin-right:13px}.spectrum-Popover--left_6115b8 .spectrum-Popover-tip_6115b8{left:100%}.spectrum-Popover--right_6115b8.spectrum-Popover--withTip_6115b8{margin-left:13px}.spectrum-Popover--right_6115b8 .spectrum-Popover-tip_6115b8{right:100%;transform:scaleX(-1)}.spectrum-Popover--left_6115b8 .spectrum-Popover-tip_6115b8,.spectrum-Popover--right_6115b8 .spectrum-Popover-tip_6115b8{margin-top:calc(var(--spectrum-global-dimension-size-150)*-1);top:50%}.spectrum-Popover--bottom_6115b8.spectrum-Popover--withTip_6115b8{margin-top:13px}.spectrum-Popover--bottom_6115b8 .spectrum-Popover-tip_6115b8{bottom:100%;transform:scaleY(-1)}.spectrum-Popover--top_6115b8.spectrum-Popover--withTip_6115b8{margin-bottom:13px}.spectrum-Popover--top_6115b8 .spectrum-Popover-tip_6115b8{top:100%}.spectrum-Popover--bottom_6115b8 .spectrum-Popover-tip_6115b8,.spectrum-Popover--top_6115b8 .spectrum-Popover-tip_6115b8{margin-left:calc(var(--spectrum-global-dimension-size-150)*-1);left:50%}.spectrum-Popover_6115b8{background-color:var(--spectrum-popover-background-color,var(--spectrum-global-color-gray-50));border-color:var(--spectrum-popover-border-color,var(--spectrum-alias-border-color-dark));filter:drop-shadow(0 var(--spectrum-popover-shadow-offset-y,var(--spectrum-alias-dropshadow-offset-y))var(--spectrum-popover-shadow-blur,var(--spectrum-alias-dropshadow-blur))var(--spectrum-popover-shadow-color,var(--spectrum-alias-dropshadow-color)));-webkit-filter:drop-shadow(0 var(--spectrum-popover-shadow-offset-y,var(--spectrum-alias-dropshadow-offset-y))var(--spectrum-popover-shadow-blur,var(--spectrum-alias-dropshadow-blur))var(--spectrum-popover-shadow-color,var(--spectrum-alias-dropshadow-color)));will-change:filter;clip-path:inset(-30px)}.spectrum-Popover_6115b8 .spectrum-Popover-tip_6115b8 .spectrum-Popover-tip-triangle_6115b8{fill:var(--spectrum-popover-background-color,var(--spectrum-global-color-gray-50));stroke:var(--spectrum-popover-border-color,var(--spectrum-alias-border-color-dark))}.spectrum-Underlay_eb7615{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Underlay_eb7615.is-open_eb7615{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}.spectrum-Underlay_eb7615{z-index:1;transition:opacity var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300))cubic-bezier(0.5,0,1,1)var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)),visibility 0ms linear calc(var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)) + var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300)));position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.spectrum-Underlay_eb7615.spectrum-Underlay--transparent_eb7615{background:0 0;transition:none}.spectrum-Underlay_eb7615.is-open_eb7615{transition:opacity var(--spectrum-dialog-background-entry-animation-duration,var(--spectrum-global-animation-duration-600))cubic-bezier(0,0,0.4,1)0ms}.spectrum-Underlay_eb7615{background:var(--spectrum-dialog-underlay-background-color,var(--spectrum-alias-background-color-modal-overlay))}.spectrum-Modal_f81956{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Modal_f81956.is-open_f81956{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}.spectrum-Modal-wrapper_f81956{box-sizing:border-box;width:100vw;height:var(--spectrum-visual-viewport-height);visibility:hidden;pointer-events:none;z-index:2;transition:visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.spectrum-Modal-wrapper_f81956.is-open_f81956{visibility:visible}.spectrum-Modal_f81956{transform:translateY(var(--spectrum-dialog-entry-animation-distance,var(--spectrum-global-dimension-size-250)));z-index:2;max-height:calc(var(--spectrum-visual-viewport-height)*0.9);max-width:90vw;min-width:var(--spectrum-dialog-min-width,var(--spectrum-global-dimension-static-size-3600));border-radius:var(--spectrum-dialog-border-radius,var(--spectrum-global-dimension-size-50));pointer-events:auto;transition:opacity var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))cubic-bezier(0.5,0,1,1)0ms,visibility 0ms linear calc(0ms + var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))),transform 0ms linear calc(0ms + var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100)));outline:0}.spectrum-Modal_f81956.is-open_f81956{transition:transform var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200)),opacity var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200));transform:translateY(0)}@media only screen and (max-device-width:400px),only screen and (max-device-height:350px){.spectrum-Modal--responsive_f81956{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.spectrum-Modal-wrapper_f81956 .spectrum-Modal--responsive_f81956{margin-top:0}}.spectrum-Modal--fullscreen_f81956{max-width:none;max-height:none;width:calc(100% - 80px);height:calc(100% - 80px);position:fixed;top:40px;bottom:40px;left:40px;right:40px}.spectrum-Modal--fullscreenTakeover_f81956{max-width:none;max-height:none;box-sizing:border-box;border-radius:0;border:0;position:fixed;top:0;bottom:0;left:0;right:0}.spectrum-Modal--fullscreenTakeover_f81956,.spectrum-Modal--fullscreenTakeover_f81956.is-open_f81956{transform:none}.spectrum-Modal_f81956{background:var(--spectrum-dialog-background-color,var(--spectrum-alias-background-color-default))}.spectrum-Tray_23bf66{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,130ms)ease-in-out,opacity var(--spectrum-global-animation-duration-100,130ms)ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,130ms);pointer-events:none}.spectrum-Tray_23bf66.is-open_23bf66{visibility:visible;opacity:.9999;pointer-events:auto;transition-delay:0s}[dir=ltr] .spectrum-Tray-wrapper_23bf66{left:0}[dir=rtl] .spectrum-Tray-wrapper_23bf66{right:0}.spectrum-Tray-wrapper_23bf66{width:100%;height:100vh;pointer-events:none;z-index:2;justify-content:center;display:flex;position:fixed;top:0}.spectrum-Tray_23bf66{--spectrum-tray-margin-top:64px;--spectrum-tray-max-width:450px;width:var(--spectrum-tray-width,100%);max-width:var(--spectrum-tray-max-width,375px);min-height:var(--spectrum-tray-min-height,var(--spectrum-global-dimension-static-size-800));max-height:calc(var(--spectrum-visual-viewport-height) - var(--spectrum-tray-margin-top));padding-bottom:max(calc(100vh - var(--spectrum-visual-viewport-height)),env(safe-area-inset-bottom));border-radius:var(--spectrum-tray-full-width-border-radius,var(--spectrum-alias-border-radius-regular))var(--spectrum-tray-full-width-border-radius,var(--spectrum-alias-border-radius-regular))var(--spectrum-tray-border-radius,0px)var(--spectrum-tray-border-radius,0px);transition:opacity var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))cubic-bezier(0.5,0,1,1)0ms,transform var(--spectrum-dialog-exit-animation-duration,var(--spectrum-global-animation-duration-100))cubic-bezier(0.5,0,1,1)0ms;outline:0;flex-direction:column;display:flex;position:absolute;bottom:0;transform:translateY(100%)}.spectrum-Tray_23bf66.is-open_23bf66{transition:transform var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200)),opacity var(--spectrum-dialog-entry-animation-duration,var(--spectrum-global-animation-duration-500))cubic-bezier(0,0,0.4,1)var(--spectrum-dialog-entry-animation-delay,var(--spectrum-global-animation-duration-200));transform:translateY(0)}.spectrum-Tray--fixedHeight_23bf66{height:calc(var(--spectrum-visual-viewport-height) - var(--spectrum-tray-margin-top));top:var(--spectrum-tray-margin-top)}@media (max-width:450px){.spectrum-Tray_23bf66{border-radius:var(--spectrum-tray-border-radius,0px)}}.spectrum-Tray_23bf66{background-color:var(--spectrum-tray-background-color)}
|
package/dist/main.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
require("./main.css");
|
|
2
2
|
var $eLPAa$reactspectrumprovider = require("@react-spectrum/provider");
|
|
3
3
|
var $eLPAa$react = require("react");
|
|
4
|
-
var $eLPAa$
|
|
4
|
+
var $eLPAa$reactariaoverlays = require("@react-aria/overlays");
|
|
5
5
|
var $eLPAa$reacttransitiongroupTransition = require("react-transition-group/Transition");
|
|
6
6
|
var $eLPAa$reactspectrumutils = require("@react-spectrum/utils");
|
|
7
7
|
var $eLPAa$reactariautils = require("@react-aria/utils");
|
|
8
|
-
var $eLPAa$reactariaoverlays = require("@react-aria/overlays");
|
|
9
8
|
|
|
10
9
|
function $parcel$export(e, n, v, s) {
|
|
11
10
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
@@ -63,7 +62,9 @@ function $2aebdc186fd41e87$var$Overlay(props, ref) {
|
|
|
63
62
|
let mountOverlay = isOpen || !exited;
|
|
64
63
|
if (!mountOverlay) // Don't bother showing anything if we don't have to.
|
|
65
64
|
return null;
|
|
66
|
-
|
|
65
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($eLPAa$reactariaoverlays.Overlay, {
|
|
66
|
+
portalContainer: container
|
|
67
|
+
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($eLPAa$reactspectrumprovider.Provider, {
|
|
67
68
|
ref: ref,
|
|
68
69
|
UNSAFE_style: {
|
|
69
70
|
background: 'transparent',
|
|
@@ -79,8 +80,7 @@ function $2aebdc186fd41e87$var$Overlay(props, ref) {
|
|
|
79
80
|
onEnter: onEnter,
|
|
80
81
|
onEntering: onEntering,
|
|
81
82
|
onEntered: handleEntered
|
|
82
|
-
}, children));
|
|
83
|
-
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$reactdom)).createPortal(contents, container || document.body));
|
|
83
|
+
}, children))));
|
|
84
84
|
}
|
|
85
85
|
let $2aebdc186fd41e87$export$c6fdb837b070b4ff = /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).forwardRef($2aebdc186fd41e87$var$Overlay);
|
|
86
86
|
|
|
@@ -155,6 +155,31 @@ $16e1dca4664d0b1c$export$d8b16c5377728262 = "spectrum-Popover--withTip_6115b8";
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
|
|
158
|
+
|
|
159
|
+
var $42908e91b4c5f428$exports = {};
|
|
160
|
+
|
|
161
|
+
$parcel$export($42908e91b4c5f428$exports, "spectrum-Underlay", () => $42908e91b4c5f428$export$74470528f463af97, (v) => $42908e91b4c5f428$export$74470528f463af97 = v);
|
|
162
|
+
$parcel$export($42908e91b4c5f428$exports, "is-open", () => $42908e91b4c5f428$export$a9781837241c946d, (v) => $42908e91b4c5f428$export$a9781837241c946d = v);
|
|
163
|
+
$parcel$export($42908e91b4c5f428$exports, "spectrum-Underlay--transparent", () => $42908e91b4c5f428$export$8eb3860104039b44, (v) => $42908e91b4c5f428$export$8eb3860104039b44 = v);
|
|
164
|
+
var $42908e91b4c5f428$export$74470528f463af97;
|
|
165
|
+
var $42908e91b4c5f428$export$a9781837241c946d;
|
|
166
|
+
var $42908e91b4c5f428$export$8eb3860104039b44;
|
|
167
|
+
$42908e91b4c5f428$export$74470528f463af97 = "spectrum-Underlay_eb7615";
|
|
168
|
+
$42908e91b4c5f428$export$a9781837241c946d = "is-open_eb7615";
|
|
169
|
+
$42908e91b4c5f428$export$8eb3860104039b44 = "spectrum-Underlay--transparent_eb7615";
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
function $b900e75089bdd9cd$export$f360afc887607b02({ isOpen: isOpen , isTransparent: isTransparent }) {
|
|
173
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
174
|
+
className: $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($42908e91b4c5f428$exports)), 'spectrum-Underlay', {
|
|
175
|
+
'is-open': isOpen,
|
|
176
|
+
'spectrum-Underlay--transparent': isTransparent
|
|
177
|
+
})
|
|
178
|
+
}));
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
158
183
|
/**
|
|
159
184
|
* Arrow placement can be done pointing right or down because those paths start at 0, x or y. Because the
|
|
160
185
|
* other two don't, they start at a fractional pixel value, it introduces rounding differences between browsers and
|
|
@@ -168,47 +193,50 @@ $16e1dca4664d0b1c$export$d8b16c5377728262 = "spectrum-Popover--withTip_6115b8";
|
|
|
168
193
|
bottom: 'bottom'
|
|
169
194
|
};
|
|
170
195
|
function $f02bba55a62f20dd$var$Popover(props, ref) {
|
|
171
|
-
let { children: children ,
|
|
196
|
+
let { children: children , state: state , ...otherProps } = props;
|
|
172
197
|
let domRef = $eLPAa$reactspectrumutils.useDOMRef(ref);
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
198
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($2aebdc186fd41e87$export$c6fdb837b070b4ff, {
|
|
199
|
+
...otherProps,
|
|
200
|
+
isOpen: state.isOpen
|
|
201
|
+
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($f02bba55a62f20dd$var$PopoverWrapper, {
|
|
176
202
|
ref: domRef,
|
|
177
|
-
|
|
178
|
-
arrowProps: arrowProps,
|
|
179
|
-
onClose: onClose,
|
|
180
|
-
shouldCloseOnBlur: shouldCloseOnBlur,
|
|
181
|
-
isKeyboardDismissDisabled: isKeyboardDismissDisabled,
|
|
182
|
-
hideArrow: hideArrow,
|
|
183
|
-
isNonModal: isNonModal,
|
|
184
|
-
isDismissable: isDismissable
|
|
203
|
+
...props
|
|
185
204
|
}, children)));
|
|
186
205
|
}
|
|
187
206
|
const $f02bba55a62f20dd$var$PopoverWrapper = /*#__PURE__*/ $eLPAa$react.forwardRef((props, ref)=>{
|
|
188
|
-
let { children: children ,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
isDismissable , ...otherProps } = props;
|
|
192
|
-
let { overlayProps: overlayProps } = $eLPAa$reactariaoverlays.useOverlay({
|
|
207
|
+
let { children: children , isOpen: isOpen , hideArrow: hideArrow , isNonModal: isNonModal , state: state } = props;
|
|
208
|
+
let { styleProps: styleProps } = $eLPAa$reactspectrumutils.useStyleProps(props);
|
|
209
|
+
let { popoverProps: popoverProps , arrowProps: arrowProps , underlayProps: underlayProps , placement: placement } = $eLPAa$reactariaoverlays.usePopover({
|
|
193
210
|
...props,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
211
|
+
popoverRef: ref,
|
|
212
|
+
maxHeight: null
|
|
213
|
+
}, state);
|
|
214
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement(($parcel$interopDefault($eLPAa$react)).Fragment, null, !isNonModal && /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($b900e75089bdd9cd$export$f360afc887607b02, {
|
|
215
|
+
isTransparent: true,
|
|
216
|
+
...underlayProps,
|
|
217
|
+
isOpen: isOpen
|
|
218
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
219
|
+
...styleProps,
|
|
220
|
+
...popoverProps,
|
|
221
|
+
style: {
|
|
222
|
+
...styleProps.style,
|
|
223
|
+
...popoverProps.style
|
|
224
|
+
},
|
|
201
225
|
ref: ref,
|
|
202
226
|
className: $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($16e1dca4664d0b1c$exports)), 'spectrum-Popover', `spectrum-Popover--${placement}`, {
|
|
203
227
|
'spectrum-Popover--withTip': !hideArrow,
|
|
204
228
|
'is-open': isOpen
|
|
205
|
-
}, $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($e9a663ccb19ed1b0$exports)), 'spectrum-Popover', 'react-spectrum-Popover'),
|
|
229
|
+
}, $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($e9a663ccb19ed1b0$exports)), 'spectrum-Popover', 'react-spectrum-Popover'), styleProps.className),
|
|
206
230
|
role: "presentation",
|
|
207
231
|
"data-testid": "popover"
|
|
208
|
-
},
|
|
232
|
+
}, !isNonModal && /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($eLPAa$reactariaoverlays.DismissButton, {
|
|
233
|
+
onDismiss: state.close
|
|
234
|
+
}), children, hideArrow ? null : /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($f02bba55a62f20dd$var$Arrow, {
|
|
209
235
|
arrowProps: arrowProps,
|
|
210
236
|
direction: $f02bba55a62f20dd$var$arrowPlacement[placement]
|
|
211
|
-
})))
|
|
237
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($eLPAa$reactariaoverlays.DismissButton, {
|
|
238
|
+
onDismiss: state.close
|
|
239
|
+
}))));
|
|
212
240
|
});
|
|
213
241
|
let $f02bba55a62f20dd$var$ROOT_2 = Math.sqrt(2);
|
|
214
242
|
function $f02bba55a62f20dd$var$Arrow(props) {
|
|
@@ -304,37 +332,15 @@ $86571b803f942ff3$export$175dd699720b5fb7 = "spectrum-Modal--fullscreenTakeover_
|
|
|
304
332
|
|
|
305
333
|
|
|
306
334
|
|
|
307
|
-
var $42908e91b4c5f428$exports = {};
|
|
308
|
-
|
|
309
|
-
$parcel$export($42908e91b4c5f428$exports, "spectrum-Underlay", () => $42908e91b4c5f428$export$74470528f463af97, (v) => $42908e91b4c5f428$export$74470528f463af97 = v);
|
|
310
|
-
$parcel$export($42908e91b4c5f428$exports, "is-open", () => $42908e91b4c5f428$export$a9781837241c946d, (v) => $42908e91b4c5f428$export$a9781837241c946d = v);
|
|
311
|
-
var $42908e91b4c5f428$export$74470528f463af97;
|
|
312
|
-
var $42908e91b4c5f428$export$a9781837241c946d;
|
|
313
|
-
$42908e91b4c5f428$export$74470528f463af97 = "spectrum-Underlay_eb7615";
|
|
314
|
-
$42908e91b4c5f428$export$a9781837241c946d = "is-open_eb7615";
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
function $b900e75089bdd9cd$export$f360afc887607b02({ isOpen: isOpen }) {
|
|
318
|
-
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
319
|
-
className: $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($42908e91b4c5f428$exports)), 'spectrum-Underlay', {
|
|
320
|
-
'is-open': isOpen
|
|
321
|
-
})
|
|
322
|
-
}));
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
335
|
function $fc75a6aa7a2b905b$var$Modal(props, ref) {
|
|
328
|
-
let { children: children ,
|
|
336
|
+
let { children: children , state: state , ...otherProps } = props;
|
|
329
337
|
let domRef = $eLPAa$reactspectrumutils.useDOMRef(ref);
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
ref: domRef,
|
|
337
|
-
overlayProps: overlayProps
|
|
338
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($2aebdc186fd41e87$export$c6fdb837b070b4ff, {
|
|
339
|
+
...otherProps,
|
|
340
|
+
isOpen: state.isOpen
|
|
341
|
+
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($fc75a6aa7a2b905b$var$ModalWrapper, {
|
|
342
|
+
...props,
|
|
343
|
+
ref: domRef
|
|
338
344
|
}, children)));
|
|
339
345
|
}
|
|
340
346
|
let $fc75a6aa7a2b905b$var$typeMap = {
|
|
@@ -342,30 +348,33 @@ let $fc75a6aa7a2b905b$var$typeMap = {
|
|
|
342
348
|
fullscreenTakeover: 'fullscreenTakeover'
|
|
343
349
|
};
|
|
344
350
|
let $fc75a6aa7a2b905b$var$ModalWrapper = /*#__PURE__*/ $eLPAa$react.forwardRef(function(props, ref) {
|
|
345
|
-
|
|
346
|
-
let { children: children , isOpen: isOpen , type: type , overlayProps: overlayProps , ...otherProps } = props;
|
|
351
|
+
let { type: type , children: children , state: state , isOpen: isOpen } = props;
|
|
347
352
|
let typeVariant = $fc75a6aa7a2b905b$var$typeMap[type];
|
|
348
|
-
$eLPAa$
|
|
349
|
-
let { modalProps: modalProps } = $eLPAa$reactariaoverlays.
|
|
353
|
+
let { styleProps: styleProps } = $eLPAa$reactspectrumutils.useStyleProps(props);
|
|
354
|
+
let { modalProps: modalProps , underlayProps: underlayProps } = $eLPAa$reactariaoverlays.useModalOverlay(props, state, ref);
|
|
350
355
|
let wrapperClassName = $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($86571b803f942ff3$exports)), 'spectrum-Modal-wrapper', $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($e9a663ccb19ed1b0$exports)), 'spectrum-Modal-wrapper', 'react-spectrum-Modal-wrapper'));
|
|
351
356
|
let modalClassName = $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($86571b803f942ff3$exports)), 'spectrum-Modal', {
|
|
352
357
|
'is-open': isOpen
|
|
353
358
|
}, $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($e9a663ccb19ed1b0$exports)), 'spectrum-Modal', 'react-spectrum-Modal'), {
|
|
354
359
|
[`spectrum-Modal--${typeVariant}`]: typeVariant
|
|
355
|
-
},
|
|
360
|
+
}, styleProps.className);
|
|
356
361
|
let viewport = $eLPAa$reactariautils.useViewportSize();
|
|
357
362
|
let style = {
|
|
358
363
|
'--spectrum-visual-viewport-height': viewport.height + 'px'
|
|
359
364
|
};
|
|
360
|
-
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement(
|
|
365
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement(($parcel$interopDefault($eLPAa$react)).Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($b900e75089bdd9cd$export$f360afc887607b02, {
|
|
366
|
+
...underlayProps,
|
|
367
|
+
isOpen: isOpen
|
|
368
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
361
369
|
className: wrapperClassName,
|
|
362
370
|
style: style
|
|
363
371
|
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
364
|
-
|
|
372
|
+
...styleProps,
|
|
373
|
+
...modalProps,
|
|
365
374
|
ref: ref,
|
|
366
375
|
className: modalClassName,
|
|
367
376
|
"data-testid": "modal"
|
|
368
|
-
}, children)));
|
|
377
|
+
}, children))));
|
|
369
378
|
});
|
|
370
379
|
let $fc75a6aa7a2b905b$export$2b77a92f1a5ad772 = /*#__PURE__*/ $eLPAa$react.forwardRef($fc75a6aa7a2b905b$var$Modal);
|
|
371
380
|
|
|
@@ -394,28 +403,23 @@ $3ba16c5c57f2a636$export$79bfb05e59a300b = "spectrum-Tray--fixedHeight_23bf66";
|
|
|
394
403
|
|
|
395
404
|
|
|
396
405
|
function $6b386deda21be662$var$Tray(props, ref) {
|
|
397
|
-
let { children: children ,
|
|
406
|
+
let { children: children , state: state , ...otherProps } = props;
|
|
398
407
|
let domRef = $eLPAa$reactspectrumutils.useDOMRef(ref);
|
|
399
|
-
|
|
400
|
-
|
|
408
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($2aebdc186fd41e87$export$c6fdb837b070b4ff, {
|
|
409
|
+
...otherProps,
|
|
410
|
+
isOpen: state.isOpen
|
|
411
|
+
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($6b386deda21be662$var$TrayWrapper, {
|
|
401
412
|
...props,
|
|
402
|
-
|
|
403
|
-
}, domRef);
|
|
404
|
-
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($2aebdc186fd41e87$export$c6fdb837b070b4ff, otherProps, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($b900e75089bdd9cd$export$f360afc887607b02, underlayProps), /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($6b386deda21be662$var$TrayWrapper, {
|
|
405
|
-
...styleProps,
|
|
406
|
-
onClose: onClose,
|
|
407
|
-
ref: domRef,
|
|
408
|
-
overlayProps: overlayProps,
|
|
409
|
-
isFixedHeight: isFixedHeight,
|
|
410
|
-
isNonModal: isNonModal
|
|
413
|
+
ref: domRef
|
|
411
414
|
}, children)));
|
|
412
415
|
}
|
|
413
416
|
let $6b386deda21be662$var$TrayWrapper = /*#__PURE__*/ $eLPAa$react.forwardRef(function(props, ref) {
|
|
414
|
-
let { children: children , isOpen: isOpen , isFixedHeight: isFixedHeight ,
|
|
415
|
-
$eLPAa$
|
|
416
|
-
let { modalProps: modalProps } = $eLPAa$reactariaoverlays.
|
|
417
|
-
|
|
418
|
-
|
|
417
|
+
let { children: children , isOpen: isOpen , isFixedHeight: isFixedHeight , state: state } = props;
|
|
418
|
+
let { styleProps: styleProps } = $eLPAa$reactspectrumutils.useStyleProps(props);
|
|
419
|
+
let { modalProps: modalProps , underlayProps: underlayProps } = $eLPAa$reactariaoverlays.useModalOverlay({
|
|
420
|
+
...props,
|
|
421
|
+
isDismissable: true
|
|
422
|
+
}, state, ref);
|
|
419
423
|
// We need to measure the window's height in JS rather than using percentages in CSS
|
|
420
424
|
// so that contents (e.g. menu) can inherit the max-height properly. Using percentages
|
|
421
425
|
// does not work properly because there is nothing to base the percentage on.
|
|
@@ -431,18 +435,24 @@ let $6b386deda21be662$var$TrayWrapper = /*#__PURE__*/ $eLPAa$react.forwardRef(fu
|
|
|
431
435
|
let className = $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($3ba16c5c57f2a636$exports)), 'spectrum-Tray', {
|
|
432
436
|
'is-open': isOpen,
|
|
433
437
|
'spectrum-Tray--fixedHeight': isFixedHeight
|
|
434
|
-
}, $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($e9a663ccb19ed1b0$exports)), 'spectrum-Tray', 'react-spectrum-Tray'),
|
|
435
|
-
|
|
436
|
-
|
|
438
|
+
}, $eLPAa$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($e9a663ccb19ed1b0$exports)), 'spectrum-Tray', 'react-spectrum-Tray'), styleProps.className);
|
|
439
|
+
return(/*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement(($parcel$interopDefault($eLPAa$react)).Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($b900e75089bdd9cd$export$f360afc887607b02, {
|
|
440
|
+
...underlayProps,
|
|
441
|
+
isOpen: isOpen
|
|
442
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
437
443
|
className: wrapperClassName,
|
|
438
444
|
style: wrapperStyle
|
|
439
445
|
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement("div", {
|
|
440
|
-
...
|
|
446
|
+
...styleProps,
|
|
441
447
|
...modalProps,
|
|
442
448
|
className: className,
|
|
443
449
|
ref: ref,
|
|
444
450
|
"data-testid": "tray"
|
|
445
|
-
},
|
|
451
|
+
}, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($eLPAa$reactariaoverlays.DismissButton, {
|
|
452
|
+
onDismiss: state.close
|
|
453
|
+
}), children, /*#__PURE__*/ ($parcel$interopDefault($eLPAa$react)).createElement($eLPAa$reactariaoverlays.DismissButton, {
|
|
454
|
+
onDismiss: state.close
|
|
455
|
+
})))));
|
|
446
456
|
});
|
|
447
457
|
let $6b386deda21be662$export$4589ed81930b555c = /*#__PURE__*/ $eLPAa$react.forwardRef($6b386deda21be662$var$Tray);
|
|
448
458
|
|
package/dist/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":";;;;;;;;;;;;;;;;;;;;;;;AEeA,KAAK,CAAC,iCAAW,GAAG,CAAC;IACnB,QAAQ,EAAE,KAAK;IACf,OAAO,EAAE,IAAI;AACf,CAAC;SAee,yCAAc,CAAC,KAAK,EAAE,CAAC;QAGO,MAAK;IAGjD,MAAM,oEACH,+DAAU;QAAC,OAAO,EAAE,CAAC;YAAA,KAAK,EAAE,CAAC;YAAE,IAAI,EAAE,GAAG;QAAA,CAAC;WAAM,KAAK;QACjD,KAAK,GAAK,sCAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,GAAE,KAAK,GAAI,KAAK,kBAAI,sCAAK,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC;gBAAA,MAAM,IAAI,iCAAW,CAAC,KAAK;YAAC,CAAC;;;AAG/H,CAAC;;;;;;SDzBQ,6BAAO,CAAC,KAAmB,EAAE,GAA2B,EAAE,CAAC;IAClE,GAAG,CAAC,CAAC,WAAA,QAAQ,WAAE,MAAM,cAAE,SAAS,YAAE,OAAO,eAAE,UAAU,cAAE,SAAS,WAAE,MAAM,cAAE,SAAS,aAAE,QAAQ,EAAA,CAAC,GAAG,KAAK;IACtG,GAAG,EAAE,MAAM,EAAE,SAAS,IAAI,qBAAQ,EAAE,MAAM;IAE1C,GAAG,CAAC,aAAa,GAAG,wBAAW,KAAO,CAAC;QACrC,SAAS,CAAC,KAAK;QACf,EAAE,EAAE,SAAS,EACX,SAAS;IAEb,CAAC,EAAE,CAAC;QAAA,SAAS;IAAA,CAAC;IAEd,GAAG,CAAC,YAAY,GAAG,wBAAW,KAAO,CAAC;QACpC,SAAS,CAAC,IAAI;QACd,EAAE,EAAE,QAAQ,EACV,QAAQ;IAEZ,CAAC,EAAE,CAAC;QAAA,QAAQ;IAAA,CAAC;IAEb,EAA4D,AAA5D,0DAA4D;IAC5D,GAAG,CAAC,YAAY,GAAG,MAAM,KAAK,MAAM;IACpC,EAAE,GAAG,YAAY,EACf,EAAqD,AAArD,mDAAqD;IACrD,MAAM,CAAC,IAAI;IAGb,GAAG,CAAC,QAAQ,sEACT,qCAAQ;QAAC,GAAG,EAAE,GAAG;QAAE,YAAY,EAAE,CAAC;YAAA,UAAU,EAAE,CAAa;YAAE,SAAS,EAAE,CAAS;QAAA,CAAC;QAAE,UAAU,EAAE,KAAK;0EACnG,yCAAc;QACb,EAAE,EAAE,MAAM;QACV,MAAM,EAAN,IAAM;QACN,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,SAAS;QACpB,QAAQ,EAAE,YAAY;QACtB,OAAO,EAAE,OAAO;QAChB,UAAU,EAAE,UAAU;QACtB,SAAS,EAAE,aAAa;OACvB,QAAQ;IAKf,MAAM,eAAC,yCAAQ,CAAC,YAAY,CAAC,QAAQ,EAAE,SAAS,IAAI,QAAQ,CAAC,IAAI;AACnE,CAAC;AAED,GAAG,CAAC,yCAAQ,iBAAG,sCAAK,CAAC,UAAU,CAAC,6BAAO;;;;;;;;;;;;;;;;;AG/DvC,GAAkC;AAClC,GAAwC;AACxC,GAAyC;AACzC,GAAwC;AACxC,GAA8C;AAC9C,GAAgC;AAChC,GAAsC;AACtC,GAA+B;AAC/B,GAAqC;AARrC,yCAAkC,GAAG,CAAyB;AAC9D,yCAAwC,GAAG,CAA+B;AAC1E,yCAAyC,GAAG,CAAgC;AAC5E,yCAAwC,GAAG,CAA+B;AAC1E,yCAA8C,GAAG,CAAqC;AACtF,yCAAgC,GAAG,CAAuB;AAC1D,yCAAsC,GAAG,CAA6B;AACtE,yCAA+B,GAAG,CAAsB;AACxD,yCAAqC,GAAG,CAA4B;;;;;;;;;;;;;;;;ACRpE,GAAkC;AAClC,GAAyB;AACzB,GAA0C;AAC1C,GAAuC;AACvC,GAAyC;AACzC,GAAwC;AACxC,GAAsC;AACtC,GAA+C;AAC/C,GAA0C;AAC1C,GAA2C;AAT3C,yCAAkC,GAAG,CAAyB;AAC9D,yCAAyB,GAAG,CAAgB;AAC5C,yCAA0C,GAAG,CAAiC;AAC9E,yCAAuC,GAAG,CAA8B;AACxE,yCAAyC,GAAG,CAAgC;AAC5E,wCAAwC,GAAG,CAA+B;AAC1E,yCAAsC,GAAG,CAA6B;AACtE,yCAA+C,GAAG,CAAsC;AACxF,yCAA0C,GAAG,CAAiC;AAC9E,yCAA2C,GAAG,CAAkC;;;;AF0BhF,EAMG,AANH;;;;;;CAMG,AANH,EAMG,CACH,GAAG,CAAC,oCAAc,GAAG,CAAC;IACpB,IAAI,EAAE,CAAO;IACb,KAAK,EAAE,CAAO;IACd,GAAG,EAAE,CAAQ;IACb,MAAM,EAAE,CAAQ;AAClB,CAAC;SAEQ,6BAAO,CAAC,KAAmB,EAAE,GAA2B,EAAE,CAAC;IAClE,GAAG,CAAC,CAAC,WACH,QAAQ,cACR,SAAS,eACT,UAAU,YACV,OAAO,sBACP,iBAAiB,cACjB,SAAS,8BACT,yBAAyB,eACzB,UAAU,kBACV,aAAa,GAAG,IAAI,MACjB,UAAU,CACf,CAAC,GAAG,KAAK;IACT,GAAG,CAAC,MAAM,GAAG,mCAAS,CAAC,GAAG;IAC1B,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,uCAAa,CAAC,KAAK;IAEtC,MAAM,oEACH,yCAAO,EAAK,UAAU,qEACpB,oCAAc;WACT,UAAU;QACd,GAAG,EAAE,MAAM;QACX,SAAS,EAAE,SAAS;QACpB,UAAU,EAAE,UAAU;QACtB,OAAO,EAAE,OAAO;QAChB,iBAAiB,EAAE,iBAAiB;QACpC,yBAAyB,EAAE,yBAAyB;QACpD,SAAS,EAAE,SAAS;QACpB,UAAU,EAAE,UAAU;QACtB,aAAa,EAAE,aAAa;OAC3B,QAAQ;AAIjB,CAAC;AAED,KAAK,CAAC,oCAAc,iBAAG,uBAAU,EAAE,KAA0B,EAAE,GAA8B,GAAK,CAAC;IACjG,GAAG,CAAC,CAAC,WACH,QAAQ,cACR,SAAS,GAAG,CAAQ,sBACpB,UAAU,WACV,MAAM,cACN,SAAS,sBACT,EAA6D,AAA7D,2DAA6D;IAC7D,iBAAiB,8BACjB,EAA6D,AAA7D,2DAA6D;IAC7D,yBAAyB,eACzB,UAAU,kBACV,EAA6D,AAA7D,2DAA6D;IAC7D,aAAa,MACV,UAAU,CACf,CAAC,GAAG,KAAK;IACT,GAAG,CAAC,CAAC,eAAA,YAAY,EAAA,CAAC,GAAG,mCAAU,CAAC,CAAC;WAAG,KAAK;QAAE,aAAa,EAAE,aAAa,IAAI,MAAM;IAAA,CAAC,EAAE,GAAG;IACvF,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,iCAAQ,CAAC,CAAC;QAC3B,UAAU,EAAE,UAAU;IACxB,CAAC;IAED,MAAM,oEACH,CAAG;WACE,gCAAU,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU;QACnD,GAAG,EAAE,GAAG;QACR,SAAS,EACP,oCAAU,CACR,gEAAM,EACN,CAAkB,oBACjB,kBAAkB,EAAE,SAAS,IAC9B,CAAC;YACC,CAA2B,6BAAG,SAAS;YACvC,CAAS,UAAE,MAAM;QACnB,CAAC,EACD,oCAAU,CACR,gEAAc,EACd,CAAkB,mBAClB,CAAwB,0BAE1B,UAAU,CAAC,SAAS;QAGxB,IAAI,EAAC,CAAc;QACnB,CAAW,cAAC,CAAS;OACpB,QAAQ,EACR,SAAS,GAAG,IAAI,sEACd,2BAAK;QAAC,UAAU,EAAE,UAAU;QAAE,SAAS,EAAE,oCAAc,CAAC,SAAS;;AAI1E,CAAC;AAED,GAAG,CAAC,4BAAM,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;SAEf,2BAAK,CAAC,KAAK,EAAE,CAAC;IACrB,GAAG,EAAE,IAAI,EAAE,OAAO,IAAI,qBAAQ,CAAC,EAAE;IACjC,GAAG,EAAE,WAAW,EAAE,cAAc,IAAI,qBAAQ,CAAC,CAAC;IAC9C,GAAG,CAAC,GAAG,GAAG,mBAAM;IAChB,EAAsF,AAAtF,oFAAsF;IACtF,qCAAe,KAAO,CAAC;QACrB,EAAE,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC;YAChB,GAAG,CAAC,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC,GAAG,CAAC,OAAO,EACvD,gBAAgB,CAAC,CAA6B;YACjD,EAAE,EAAE,gBAAgB,KAAK,CAAE,GACzB,OAAO,CAAC,QAAQ,CAAC,gBAAgB,EAAE,EAAE,IAAI,CAAC;YAG5C,GAAG,CAAC,mBAAmB,GAAG,MAAM,CAAC,gBAAgB,CAAC,GAAG,CAAC,OAAO,EAC1D,gBAAgB,CAAC,CAAoC;YACxD,EAAE,EAAE,mBAAmB,KAAK,CAAE,GAC5B,cAAc,CAAC,QAAQ,CAAC,mBAAmB,EAAE,EAAE;QAEnD,CAAC;IACH,CAAC,EAAE,CAAC;QAAA,GAAG;IAAA,CAAC;IAER,GAAG,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,KAAK,CAAK,QAAI,KAAK,CAAC,SAAS,KAAK,CAAQ;IACzE,GAAG,CAAC,MAAM,GAAG,KAAK,CAAC,SAAS,KAAK,CAAM,SAAI,KAAK,CAAC,SAAS,KAAK,CAAK;IAEpE,GAAG,CAAC,cAAc,GAAG,WAAW,GAAG,4BAAM;IACzC,GAAG,CAAC,kBAAkB,GAAG,cAAc,GAAG,CAAC;IAE3C,GAAG,CAAC,SAAS,GAAG,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,cAAc;IAC7C,GAAG,CAAC,OAAO,GAAG,IAAI,GAAG,cAAc;IAEnC,GAAG,CAAC,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC;IACvC,GAAG,CAAC,UAAU,GAAG,MAAM,GAAG,kBAAkB,GAAG,OAAO,GAAG,kBAAkB;IAE3E,GAAG,CAAC,cAAc,GAAG,kBAAkB;IACvC,GAAG,CAAC,eAAe,GAAG,SAAS,GAAG,CAAC;IACnC,GAAG,CAAC,YAAY,GAAG,SAAS,GAAG,kBAAkB;IAEjD,GAAG,CAAC,QAAQ,GAAG,SAAS,GAAG,CAAC;QAC1B,CAAG;QAAE,cAAc;QAAE,YAAY;QACjC,CAAG;QAAE,eAAe;QAAE,UAAU;QAChC,CAAG;QAAE,YAAY;QAAE,YAAY;IACjC,CAAC,GAAG,CAAC;QACH,CAAG;QAAE,YAAY;QAAE,cAAc;QACjC,CAAG;QAAE,UAAU;QAAE,eAAe;QAChC,CAAG;QAAE,YAAY;QAAE,YAAY;IACjC,CAAC;IACD,GAAG,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU;IAEjC,EAA4E,AAA5E,wEAA4E,AAA5E,EAA4E,CAC5E,MAAM,oEACH,CAAG;QACF,KAAK,EAAC,CAA4B;QAClC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,SAAS,GAAG,OAAO;QAChD,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,OAAO,GAAG,SAAS;QACjD,KAAK,EAAE,KAAK,CAAC,KAAK;QAClB,SAAS,EAAE,oCAAU,CAAC,gEAAM,EAAE,CAAsB;QACpD,GAAG,EAAE,GAAG;WACJ,UAAU;0EACb,CAAI;QAAC,SAAS,EAAE,oCAAU,CAAC,gEAAM,EAAE,CAA+B;QAAG,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAG;;AAGhG,CAAC;AAED,GAAG,CAAC,yCAAQ,iBAAG,uBAAU,CAAC,6BAAO;;;;;;;;;;;;;AIzMjC,GAAgC;AAChC,GAAyB;AACzB,GAAwC;AACxC,GAA4C;AAC5C,GAA4C;AAC5C,GAAoD;AALpD,yCAAgC,GAAG,CAAuB;AAC1D,yCAAyB,GAAG,CAAgB;AAC5C,yCAAwC,GAAG,CAA+B;AAC1E,wCAA4C,GAAG,CAAmC;AAClF,yCAA4C,GAAG,CAAmC;AAClF,yCAAoD,GAAG,CAA2C;;;;;;;;;;;;AELlG,GAAmC;AACnC,GAAyB;AADzB,yCAAmC,GAAG,CAA0B;AAChE,yCAAyB,GAAG,CAAgB;;;SDmB5B,yCAAQ,CAAC,CAAC,SAAA,MAAM,EAAe,CAAC,EAAE,CAAC;IACjD,MAAM,oEACH,CAAG;QAAC,SAAS,EAAE,oCAAU,CAAC,gEAAc,EAAE,CAAmB,oBAAE,CAAC;YAAA,CAAS,UAAE,MAAM;QAAA,CAAC;;AAEvF,CAAC;;;;SFOQ,2BAAK,CAAC,KAAiB,EAAE,GAA2B,EAAE,CAAC;IAC9D,GAAG,CAAC,CAAC,WAAA,QAAQ,YAAE,OAAO,SAAE,IAAI,MAAK,UAAU,CAAA,CAAC,GAAG,KAAK;IACpD,GAAG,CAAC,MAAM,GAAG,mCAAS,CAAC,GAAG;IAC1B,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,uCAAa,CAAC,KAAK;IAEtC,GAAG,CAAC,CAAC,eAAA,YAAY,kBAAE,aAAa,EAAA,CAAC,GAAG,mCAAU,CAAC,KAAK,EAAE,MAAM;IAE5D,MAAM,oEACH,yCAAO,EAAK,UAAU,qEACpB,yCAAQ,EAAK,aAAa,sEAC1B,kCAAY;WACP,UAAU;QACd,OAAO,EAAE,OAAO;QAChB,IAAI,EAAE,IAAI;QACV,GAAG,EAAE,MAAM;QACX,YAAY,EAAE,YAAY;OACzB,QAAQ;AAIjB,CAAC;AAED,GAAG,CAAC,6BAAO,GAAG,CAAC;IACb,UAAU,EAAE,CAAY;IACxB,kBAAkB,EAAE,CAAoB;AAC1C,CAAC;AAED,GAAG,CAAC,kCAAY,iBAAG,uBAAU,CAAC,QAAQ,CAAE,KAAwB,EAAE,GAA8B,EAAE,CAAC;IACjG,EAA6D,AAA7D,2DAA6D;IAC7D,GAAG,CAAC,CAAC,WAAA,QAAQ,WAAE,MAAM,SAAE,IAAI,iBAAE,YAAY,MAAK,UAAU,CAAA,CAAC,GAAG,KAAK;IACjE,GAAG,CAAC,WAAW,GAAG,6BAAO,CAAC,IAAI;IAE9B,yCAAgB;IAChB,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,iCAAQ;IAE3B,GAAG,CAAC,gBAAgB,GAAG,oCAAU,CAC/B,gEAAW,EACX,CAAwB,yBACxB,oCAAU,CACR,gEAAc,EACd,CAAwB,yBACxB,CAA8B;IAIlC,GAAG,CAAC,cAAc,GAAG,oCAAU,CAC7B,gEAAW,EACX,CAAgB,iBAChB,CAAC;QACC,CAAS,UAAE,MAAM;IACnB,CAAC,EACD,oCAAU,CACR,gEAAc,EACd,CAAgB,iBAChB,CAAsB,wBAExB,CAAC;UAAE,gBAAgB,EAAE,WAAW,KAAK,WAAW;IAAA,CAAC,EACjD,UAAU,CAAC,SAAS;IAGtB,GAAG,CAAC,QAAQ,GAAG,qCAAe;IAC9B,GAAG,CAAC,KAAK,GAAQ,CAAC;QAChB,CAAmC,oCAAE,QAAQ,CAAC,MAAM,GAAG,CAAI;IAC7D,CAAC;IAED,MAAM,oEACH,CAAG;QAAC,SAAS,EAAE,gBAAgB;QAAE,KAAK,EAAE,KAAK;0EAC3C,CAAG;WACE,gCAAU,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU;QACnD,GAAG,EAAE,GAAG;QACR,SAAS,EAAE,cAAc;QACzB,CAAW,cAAC,CAAO;OAClB,QAAQ;AAIjB,CAAC;AAED,GAAG,CAAC,yCAAM,iBAAG,uBAAU,CAAC,2BAAK;;;;;;;;;;;;;;AK7G7B,GAA+B;AAC/B,GAAyB;AACzB,GAAuC;AACvC,GAA4C;AAH5C,yCAA+B,GAAG,CAAsB;AACxD,yCAAyB,GAAG,CAAgB;AAC5C,yCAAuC,GAAG,CAA8B;AACxE,wCAA4C,GAAG,CAAmC;;;;;SD6BzE,0BAAI,CAAC,KAAgB,EAAE,GAA2B,EAAE,CAAC;IAC5D,GAAG,CAAC,CAAC,WAAA,QAAQ,YAAE,OAAO,kBAAE,aAAa,eAAE,UAAU,MAAK,UAAU,CAAA,CAAC,GAAG,KAAK;IACzE,GAAG,CAAC,MAAM,GAAG,mCAAS,CAAC,GAAG;IAC1B,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,uCAAa,CAAC,KAAK;IAEtC,GAAG,CAAC,CAAC,eAAA,YAAY,kBAAE,aAAa,EAAA,CAAC,GAAG,mCAAU,CAAC,CAAC;WAAG,KAAK;QAAE,aAAa,EAAE,IAAI;IAAA,CAAC,EAAE,MAAM;IAEtF,MAAM,oEACH,yCAAO,EAAK,UAAU,qEACpB,yCAAQ,EAAK,aAAa,sEAC1B,iCAAW;WACN,UAAU;QACd,OAAO,EAAE,OAAO;QAChB,GAAG,EAAE,MAAM;QACX,YAAY,EAAE,YAAY;QAC1B,aAAa,EAAE,aAAa;QAC5B,UAAU,EAAE,UAAU;OACrB,QAAQ;AAIjB,CAAC;AAED,GAAG,CAAC,iCAAW,iBAAG,uBAAU,CAAC,QAAQ,CAAE,KAAuB,EAAE,GAA8B,EAAE,CAAC;IAC/F,GAAG,CAAC,CAAC,WACH,QAAQ,WACR,MAAM,kBACN,aAAa,eACb,UAAU,iBACV,YAAY,MACT,UAAU,CACf,CAAC,GAAG,KAAK;IACT,yCAAgB;IAChB,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,iCAAQ,CAAC,CAAC;QAC3B,UAAU,EAAE,UAAU;IACxB,CAAC;IAED,EAAoF,AAApF,kFAAoF;IACpF,EAAsF,AAAtF,oFAAsF;IACtF,EAA6E,AAA7E,2EAA6E;IAC7E,EAAsF,AAAtF,oFAAsF;IACtF,EAAuF,AAAvF,qFAAuF;IACvF,EAA0F,AAA1F,wFAA0F;IAC1F,EAA2F,AAA3F,yFAA2F;IAC3F,GAAG,CAAC,QAAQ,GAAG,qCAAe;IAC9B,GAAG,CAAC,YAAY,GAAQ,CAAC;QACvB,CAAmC,oCAAE,QAAQ,CAAC,MAAM,GAAG,CAAI;IAC7D,CAAC;IAED,GAAG,CAAC,gBAAgB,GAAG,oCAAU,CAC/B,gEAAU,EACV,CAAuB;IAGzB,GAAG,CAAC,SAAS,GAAG,oCAAU,CACxB,gEAAU,EACV,CAAe,gBACf,CAAC;QACC,CAAS,UAAE,MAAM;QACjB,CAA4B,6BAAE,aAAa;IAC7C,CAAC,EACD,oCAAU,CACR,gEAAc,EACd,CAAe,gBACf,CAAqB,uBAEvB,UAAU,CAAC,SAAS;IAGtB,GAAG,CAAC,QAAQ,GAAG,gCAAU,CAAC,UAAU,EAAE,YAAY;IAElD,MAAM,oEACH,CAAG;QAAC,SAAS,EAAE,gBAAgB;QAAE,KAAK,EAAE,YAAY;0EAClD,CAAG;WACE,QAAQ;WACR,UAAU;QACd,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE,GAAG;QACR,CAAW,cAAC,CAAM;OACjB,QAAQ;AAIjB,CAAC;AAED,GAAG,CAAC,yCAAK,iBAAG,uBAAU,CAAC,0BAAI;;","sources":["packages/@react-spectrum/overlays/src/index.ts","packages/@react-spectrum/overlays/src/Overlay.tsx","packages/@react-spectrum/overlays/src/OpenTransition.tsx","packages/@react-spectrum/overlays/src/Popover.tsx","packages/@react-spectrum/overlays/src/overlays.css","packages/@adobe/spectrum-css-temp/components/popover/vars.css","packages/@react-spectrum/overlays/src/Modal.tsx","packages/@adobe/spectrum-css-temp/components/modal/vars.css","packages/@react-spectrum/overlays/src/Underlay.tsx","packages/@adobe/spectrum-css-temp/components/underlay/vars.css","packages/@react-spectrum/overlays/src/Tray.tsx","packages/@adobe/spectrum-css-temp/components/tray/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {Overlay} from './Overlay';\nexport {Popover} from './Popover';\nexport {Modal} from './Modal';\nexport {Tray} from './Tray';\nexport {OpenTransition} from './OpenTransition';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {DOMRef} from '@react-types/shared';\nimport {OpenTransition} from './OpenTransition';\nimport {OverlayProps} from '@react-types/overlays';\nimport {Provider} from '@react-spectrum/provider';\nimport React, {useCallback, useState} from 'react';\nimport ReactDOM from 'react-dom';\n\nfunction Overlay(props: OverlayProps, ref: DOMRef<HTMLDivElement>) {\n let {children, isOpen, container, onEnter, onEntering, onEntered, onExit, onExiting, onExited} = props;\n let [exited, setExited] = useState(!isOpen);\n\n let handleEntered = useCallback(() => {\n setExited(false);\n if (onEntered) {\n onEntered();\n }\n }, [onEntered]);\n\n let handleExited = useCallback(() => {\n setExited(true);\n if (onExited) {\n onExited();\n }\n }, [onExited]);\n\n // Don't un-render the overlay while it's transitioning out.\n let mountOverlay = isOpen || !exited;\n if (!mountOverlay) {\n // Don't bother showing anything if we don't have to.\n return null;\n }\n\n let contents = (\n <Provider ref={ref} UNSAFE_style={{background: 'transparent', isolation: 'isolate'}} isDisabled={false}>\n <OpenTransition\n in={isOpen}\n appear\n onExit={onExit}\n onExiting={onExiting}\n onExited={handleExited}\n onEnter={onEnter}\n onEntering={onEntering}\n onEntered={handleEntered}>\n {children}\n </OpenTransition>\n </Provider>\n );\n\n return ReactDOM.createPortal(contents, container || document.body);\n}\n\nlet _Overlay = React.forwardRef(Overlay);\nexport {_Overlay as Overlay};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport React from 'react';\nimport Transition from 'react-transition-group/Transition';\n\nconst OPEN_STATES = {\n entering: false,\n entered: true\n};\n\n/**\n * Timeout issues adding css animations to enter may be related to\n * https://github.com/reactjs/react-transition-group/issues/189 or\n * https://github.com/reactjs/react-transition-group/issues/22\n * my VM isn't good enough to debug accurately and get a better answer.\n *\n * As a result, use enter 0 so that is-open is applied once entered\n * it doesn't matter if we know when the css-animation is done on entering\n * for exiting though, give time for the css-animation to play\n * before removing from the DOM\n * **note** hitting esc bypasses exit animation for anyone testing.\n */\n\nexport function OpenTransition(props) {\n // Do not apply any transition if in chromatic.\n if (process.env.CHROMATIC) {\n return React.Children.map(props.children, child => child && React.cloneElement(child, {isOpen: props.in}));\n }\n\n return (\n <Transition timeout={{enter: 0, exit: 350}} {...props}>\n {(state) => React.Children.map(props.children, child => child && React.cloneElement(child, {isOpen: !!OPEN_STATES[state]}))}\n </Transition>\n );\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {mergeProps, useLayoutEffect} from '@react-aria/utils';\nimport {Overlay} from './Overlay';\nimport overrideStyles from './overlays.css';\nimport {PlacementAxis, PopoverProps} from '@react-types/overlays';\nimport React, {forwardRef, HTMLAttributes, ReactNode, RefObject, useRef, useState} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/popover/vars.css';\nimport {useModal, useOverlay} from '@react-aria/overlays';\n\ninterface PopoverWrapperProps extends HTMLAttributes<HTMLElement> {\n children: ReactNode,\n placement?: PlacementAxis,\n arrowProps?: HTMLAttributes<HTMLElement>,\n hideArrow?: boolean,\n isOpen?: boolean,\n onClose?: () => void,\n shouldCloseOnBlur?: boolean,\n isKeyboardDismissDisabled?: boolean,\n isNonModal?: boolean,\n isDismissable?: boolean\n}\n\n/**\n * Arrow placement can be done pointing right or down because those paths start at 0, x or y. Because the\n * other two don't, they start at a fractional pixel value, it introduces rounding differences between browsers and\n * between display types (retina with subpixels vs not retina). By flipping them with CSS we can ensure that\n * the path always starts at 0 so that it perfectly overlaps the popover's border.\n * See bottom of file for more explanation.\n */\nlet arrowPlacement = {\n left: 'right',\n right: 'right',\n top: 'bottom',\n bottom: 'bottom'\n};\n\nfunction Popover(props: PopoverProps, ref: DOMRef<HTMLDivElement>) {\n let {\n children,\n placement,\n arrowProps,\n onClose,\n shouldCloseOnBlur,\n hideArrow,\n isKeyboardDismissDisabled,\n isNonModal,\n isDismissable = true,\n ...otherProps\n } = props;\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(props);\n\n return (\n <Overlay {...otherProps}>\n <PopoverWrapper\n {...styleProps}\n ref={domRef}\n placement={placement}\n arrowProps={arrowProps}\n onClose={onClose}\n shouldCloseOnBlur={shouldCloseOnBlur}\n isKeyboardDismissDisabled={isKeyboardDismissDisabled}\n hideArrow={hideArrow}\n isNonModal={isNonModal}\n isDismissable={isDismissable}>\n {children}\n </PopoverWrapper>\n </Overlay>\n );\n}\n\nconst PopoverWrapper = forwardRef((props: PopoverWrapperProps, ref: RefObject<HTMLDivElement>) => {\n let {\n children,\n placement = 'bottom',\n arrowProps,\n isOpen,\n hideArrow,\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n shouldCloseOnBlur,\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n isKeyboardDismissDisabled,\n isNonModal,\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n isDismissable,\n ...otherProps\n } = props;\n let {overlayProps} = useOverlay({...props, isDismissable: isDismissable && isOpen}, ref);\n let {modalProps} = useModal({\n isDisabled: isNonModal\n });\n\n return (\n <div\n {...mergeProps(otherProps, overlayProps, modalProps)}\n ref={ref}\n className={\n classNames(\n styles,\n 'spectrum-Popover',\n `spectrum-Popover--${placement}`,\n {\n 'spectrum-Popover--withTip': !hideArrow,\n 'is-open': isOpen\n },\n classNames(\n overrideStyles,\n 'spectrum-Popover',\n 'react-spectrum-Popover'\n ),\n otherProps.className\n )\n }\n role=\"presentation\"\n data-testid=\"popover\">\n {children}\n {hideArrow ? null : (\n <Arrow arrowProps={arrowProps} direction={arrowPlacement[placement]} />\n )}\n </div>\n );\n});\n\nlet ROOT_2 = Math.sqrt(2);\n\nfunction Arrow(props) {\n let [size, setSize] = useState(20);\n let [borderWidth, setBorderWidth] = useState(1);\n let ref = useRef();\n // get the css value for the tip size and divide it by 2 for this arrow implementation\n useLayoutEffect(() => {\n if (ref.current) {\n let spectrumTipWidth = window.getComputedStyle(ref.current)\n .getPropertyValue('--spectrum-popover-tip-size');\n if (spectrumTipWidth !== '') {\n setSize(parseInt(spectrumTipWidth, 10) / 2);\n }\n\n let spectrumBorderWidth = window.getComputedStyle(ref.current)\n .getPropertyValue('--spectrum-popover-tip-borderWidth');\n if (spectrumBorderWidth !== '') {\n setBorderWidth(parseInt(spectrumBorderWidth, 10));\n }\n }\n }, [ref]);\n\n let landscape = props.direction === 'top' || props.direction === 'bottom';\n let mirror = props.direction === 'left' || props.direction === 'top';\n\n let borderDiagonal = borderWidth * ROOT_2;\n let halfBorderDiagonal = borderDiagonal / 2;\n\n let secondary = 2 * size + 2 * borderDiagonal;\n let primary = size + borderDiagonal;\n\n let primaryStart = mirror ? primary : 0;\n let primaryEnd = mirror ? halfBorderDiagonal : primary - halfBorderDiagonal;\n\n let secondaryStart = halfBorderDiagonal;\n let secondaryMiddle = secondary / 2;\n let secondaryEnd = secondary - halfBorderDiagonal;\n\n let pathData = landscape ? [\n 'M', secondaryStart, primaryStart,\n 'L', secondaryMiddle, primaryEnd,\n 'L', secondaryEnd, primaryStart\n ] : [\n 'M', primaryStart, secondaryStart,\n 'L', primaryEnd, secondaryMiddle,\n 'L', primaryStart, secondaryEnd\n ];\n let arrowProps = props.arrowProps;\n\n /* use ceil because the svg needs to always accomodate the path inside it */\n return (\n <svg\n xmlns=\"http://www.w3.org/svg/2000\"\n width={Math.ceil(landscape ? secondary : primary)}\n height={Math.ceil(landscape ? primary : secondary)}\n style={props.style}\n className={classNames(styles, 'spectrum-Popover-tip')}\n ref={ref}\n {...arrowProps}>\n <path className={classNames(styles, 'spectrum-Popover-tip-triangle')} d={pathData.join(' ')} />\n </svg>\n );\n}\n\nlet _Popover = forwardRef(Popover);\nexport {_Popover as Popover};\n\n/**\n * More explanation on popover tips.\n * - I tried changing the calculation of the popover placement in an effort to get it squarely onto the pixel grid.\n * This did not work because the problem was in the svg partial pixel end of the path in the popover right and popover bottom.\n * - I tried creating an extra 'bandaid' path that matched the background color and would overlap the popover border.\n * This didn't work because the border on the svg triangle didn't extend all the way to match nicely with the popover border.\n * - I tried getting the client bounding box and setting the svg to that partial pixel value\n * This didn't work because again the issue was inside the svg\n * - I didn't try drawing the svg backwards\n * This could still be tried\n * - I tried changing the calculation of the popover placement AND the svg height/width so that they were all rounded\n * This seems to have done the trick.\n */\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n.spectrum-Popover {\n /* This makes the contents of popovers focusable immediately, without waiting\n a frame for animations to start. */\n &.react-spectrum-Popover {\n visibility: visible;\n }\n\n .spectrum-Dialog-content {\n max-height: initial;\n }\n}\n\n.spectrum-Modal-wrapper.react-spectrum-Modal-wrapper,\n.spectrum-Modal.react-spectrum-Modal {\n visibility: visible;\n}\n\n.spectrum-Tray.react-spectrum-Tray {\n visibility: visible;\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {mergeProps, useViewportSize} from '@react-aria/utils';\nimport {ModalProps} from '@react-types/overlays';\nimport modalStyles from '@adobe/spectrum-css-temp/components/modal/vars.css';\nimport {Overlay} from './Overlay';\nimport overrideStyles from './overlays.css';\nimport React, {forwardRef, HTMLAttributes, ReactNode, RefObject} from 'react';\nimport {Underlay} from './Underlay';\nimport {useModal, useOverlay, usePreventScroll} from '@react-aria/overlays';\n\ninterface ModalWrapperProps extends HTMLAttributes<HTMLElement> {\n children: ReactNode,\n isOpen?: boolean,\n onClose?: () => void,\n type?: 'modal' | 'fullscreen' | 'fullscreenTakeover',\n overlayProps: HTMLAttributes<HTMLElement>\n}\n\nfunction Modal(props: ModalProps, ref: DOMRef<HTMLDivElement>) {\n let {children, onClose, type, ...otherProps} = props;\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(props);\n\n let {overlayProps, underlayProps} = useOverlay(props, domRef);\n\n return (\n <Overlay {...otherProps}>\n <Underlay {...underlayProps} />\n <ModalWrapper\n {...styleProps}\n onClose={onClose}\n type={type}\n ref={domRef}\n overlayProps={overlayProps}>\n {children}\n </ModalWrapper>\n </Overlay>\n );\n}\n\nlet typeMap = {\n fullscreen: 'fullscreen',\n fullscreenTakeover: 'fullscreenTakeover'\n};\n\nlet ModalWrapper = forwardRef(function (props: ModalWrapperProps, ref: RefObject<HTMLDivElement>) {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let {children, isOpen, type, overlayProps, ...otherProps} = props;\n let typeVariant = typeMap[type];\n\n usePreventScroll();\n let {modalProps} = useModal();\n\n let wrapperClassName = classNames(\n modalStyles,\n 'spectrum-Modal-wrapper',\n classNames(\n overrideStyles,\n 'spectrum-Modal-wrapper',\n 'react-spectrum-Modal-wrapper'\n )\n );\n\n let modalClassName = classNames(\n modalStyles,\n 'spectrum-Modal',\n {\n 'is-open': isOpen\n },\n classNames(\n overrideStyles,\n 'spectrum-Modal',\n 'react-spectrum-Modal'\n ),\n {[`spectrum-Modal--${typeVariant}`]: typeVariant},\n otherProps.className\n );\n\n let viewport = useViewportSize();\n let style: any = {\n '--spectrum-visual-viewport-height': viewport.height + 'px'\n };\n\n return (\n <div className={wrapperClassName} style={style}>\n <div\n {...mergeProps(otherProps, overlayProps, modalProps)}\n ref={ref}\n className={modalClassName}\n data-testid=\"modal\">\n {children}\n </div>\n </div>\n );\n});\n\nlet _Modal = forwardRef(Modal);\nexport {_Modal as Modal};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames} from '@react-spectrum/utils';\nimport React from 'react';\nimport underlayStyles from '@adobe/spectrum-css-temp/components/underlay/vars.css';\n\ninterface UnderlayProps {\n isOpen?: boolean\n}\n\nexport function Underlay({isOpen}: UnderlayProps) {\n return (\n <div className={classNames(underlayStyles, 'spectrum-Underlay', {'is-open': isOpen})} />\n );\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {mergeProps, useViewportSize} from '@react-aria/utils';\nimport {Overlay} from './Overlay';\nimport overrideStyles from './overlays.css';\nimport React, {forwardRef, HTMLAttributes, ReactNode, RefObject} from 'react';\nimport {TrayProps} from '@react-types/overlays';\nimport trayStyles from '@adobe/spectrum-css-temp/components/tray/vars.css';\nimport {Underlay} from './Underlay';\nimport {useModal, useOverlay, usePreventScroll} from '@react-aria/overlays';\n\ninterface TrayWrapperProps extends HTMLAttributes<HTMLElement> {\n children: ReactNode,\n isOpen?: boolean,\n onClose?: () => void,\n isFixedHeight?: boolean,\n isNonModal?: boolean,\n overlayProps: HTMLAttributes<HTMLElement>\n}\n\nfunction Tray(props: TrayProps, ref: DOMRef<HTMLDivElement>) {\n let {children, onClose, isFixedHeight, isNonModal, ...otherProps} = props;\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(props);\n\n let {overlayProps, underlayProps} = useOverlay({...props, isDismissable: true}, domRef);\n\n return (\n <Overlay {...otherProps}>\n <Underlay {...underlayProps} />\n <TrayWrapper\n {...styleProps}\n onClose={onClose}\n ref={domRef}\n overlayProps={overlayProps}\n isFixedHeight={isFixedHeight}\n isNonModal={isNonModal}>\n {children}\n </TrayWrapper>\n </Overlay>\n );\n}\n\nlet TrayWrapper = forwardRef(function (props: TrayWrapperProps, ref: RefObject<HTMLDivElement>) {\n let {\n children,\n isOpen,\n isFixedHeight,\n isNonModal,\n overlayProps,\n ...otherProps\n } = props;\n usePreventScroll();\n let {modalProps} = useModal({\n isDisabled: isNonModal\n });\n\n // We need to measure the window's height in JS rather than using percentages in CSS\n // so that contents (e.g. menu) can inherit the max-height properly. Using percentages\n // does not work properly because there is nothing to base the percentage on.\n // We cannot use vh units because mobile browsers adjust the window height dynamically\n // when the address bar/bottom toolbars show and hide on scroll and vh units are fixed.\n // Also, the visual viewport is smaller than the layout viewport when the virtual keyboard\n // is up, so use the VisualViewport API to ensure the tray is displayed above the keyboard.\n let viewport = useViewportSize();\n let wrapperStyle: any = {\n '--spectrum-visual-viewport-height': viewport.height + 'px'\n };\n\n let wrapperClassName = classNames(\n trayStyles,\n 'spectrum-Tray-wrapper'\n );\n\n let className = classNames(\n trayStyles,\n 'spectrum-Tray',\n {\n 'is-open': isOpen,\n 'spectrum-Tray--fixedHeight': isFixedHeight\n },\n classNames(\n overrideStyles,\n 'spectrum-Tray',\n 'react-spectrum-Tray'\n ),\n otherProps.className\n );\n\n let domProps = mergeProps(otherProps, overlayProps);\n\n return (\n <div className={wrapperClassName} style={wrapperStyle}>\n <div\n {...domProps}\n {...modalProps}\n className={className}\n ref={ref}\n data-testid=\"tray\">\n {children}\n </div>\n </div>\n );\n});\n\nlet _Tray = forwardRef(Tray);\nexport {_Tray as Tray};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.js.map"}
|
|
1
|
+
{"mappings":"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","sources":["packages/@react-spectrum/overlays/src/index.ts","packages/@react-spectrum/overlays/src/Overlay.tsx","packages/@react-spectrum/overlays/src/OpenTransition.tsx","packages/@react-spectrum/overlays/src/Popover.tsx","packages/@react-spectrum/overlays/src/overlays.css","packages/@adobe/spectrum-css-temp/components/popover/vars.css","packages/@react-spectrum/overlays/src/Underlay.tsx","packages/@adobe/spectrum-css-temp/components/underlay/vars.css","packages/@react-spectrum/overlays/src/Modal.tsx","packages/@adobe/spectrum-css-temp/components/modal/vars.css","packages/@react-spectrum/overlays/src/Tray.tsx","packages/@adobe/spectrum-css-temp/components/tray/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {Overlay} from './Overlay';\nexport {Popover} from './Popover';\nexport {Modal} from './Modal';\nexport {Tray} from './Tray';\nexport {OpenTransition} from './OpenTransition';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {DOMRef} from '@react-types/shared';\nimport {OpenTransition} from './OpenTransition';\nimport {OverlayProps} from '@react-types/overlays';\nimport {Provider} from '@react-spectrum/provider';\nimport React, {useCallback, useState} from 'react';\nimport {Overlay as ReactAriaOverlay} from '@react-aria/overlays';\n\nfunction Overlay(props: OverlayProps, ref: DOMRef<HTMLDivElement>) {\n let {children, isOpen, container, onEnter, onEntering, onEntered, onExit, onExiting, onExited} = props;\n let [exited, setExited] = useState(!isOpen);\n\n let handleEntered = useCallback(() => {\n setExited(false);\n if (onEntered) {\n onEntered();\n }\n }, [onEntered]);\n\n let handleExited = useCallback(() => {\n setExited(true);\n if (onExited) {\n onExited();\n }\n }, [onExited]);\n\n // Don't un-render the overlay while it's transitioning out.\n let mountOverlay = isOpen || !exited;\n if (!mountOverlay) {\n // Don't bother showing anything if we don't have to.\n return null;\n }\n\n return (\n <ReactAriaOverlay portalContainer={container}>\n <Provider ref={ref} UNSAFE_style={{background: 'transparent', isolation: 'isolate'}} isDisabled={false}>\n <OpenTransition\n in={isOpen}\n appear\n onExit={onExit}\n onExiting={onExiting}\n onExited={handleExited}\n onEnter={onEnter}\n onEntering={onEntering}\n onEntered={handleEntered}>\n {children}\n </OpenTransition>\n </Provider>\n </ReactAriaOverlay>\n );\n}\n\nlet _Overlay = React.forwardRef(Overlay);\nexport {_Overlay as Overlay};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport React from 'react';\nimport Transition from 'react-transition-group/Transition';\n\nconst OPEN_STATES = {\n entering: false,\n entered: true\n};\n\n/**\n * Timeout issues adding css animations to enter may be related to\n * https://github.com/reactjs/react-transition-group/issues/189 or\n * https://github.com/reactjs/react-transition-group/issues/22\n * my VM isn't good enough to debug accurately and get a better answer.\n *\n * As a result, use enter 0 so that is-open is applied once entered\n * it doesn't matter if we know when the css-animation is done on entering\n * for exiting though, give time for the css-animation to play\n * before removing from the DOM\n * **note** hitting esc bypasses exit animation for anyone testing.\n */\n\nexport function OpenTransition(props) {\n // Do not apply any transition if in chromatic.\n if (process.env.CHROMATIC) {\n return React.Children.map(props.children, child => child && React.cloneElement(child, {isOpen: props.in}));\n }\n\n return (\n <Transition timeout={{enter: 0, exit: 350}} {...props}>\n {(state) => React.Children.map(props.children, child => child && React.cloneElement(child, {isOpen: !!OPEN_STATES[state]}))}\n </Transition>\n );\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaPopoverProps, DismissButton, usePopover} from '@react-aria/overlays';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef, StyleProps} from '@react-types/shared';\nimport {Overlay} from './Overlay';\nimport {OverlayTriggerState} from '@react-stately/overlays';\nimport overrideStyles from './overlays.css';\nimport React, {forwardRef, ReactNode, RefObject, useRef, useState} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/popover/vars.css';\nimport {Underlay} from './Underlay';\nimport {useLayoutEffect} from '@react-aria/utils';\n\ninterface PopoverProps extends Omit<AriaPopoverProps, 'popoverRef' | 'maxHeight'>, StyleProps {\n children: ReactNode,\n hideArrow?: boolean,\n state: OverlayTriggerState\n}\n\ninterface PopoverWrapperProps extends PopoverProps {\n isOpen?: boolean\n}\n\n/**\n * Arrow placement can be done pointing right or down because those paths start at 0, x or y. Because the\n * other two don't, they start at a fractional pixel value, it introduces rounding differences between browsers and\n * between display types (retina with subpixels vs not retina). By flipping them with CSS we can ensure that\n * the path always starts at 0 so that it perfectly overlaps the popover's border.\n * See bottom of file for more explanation.\n */\nlet arrowPlacement = {\n left: 'right',\n right: 'right',\n top: 'bottom',\n bottom: 'bottom'\n};\n\nfunction Popover(props: PopoverProps, ref: DOMRef<HTMLDivElement>) {\n let {\n children,\n state,\n ...otherProps\n } = props;\n let domRef = useDOMRef(ref);\n\n return (\n <Overlay {...otherProps} isOpen={state.isOpen}>\n <PopoverWrapper ref={domRef} {...props}>\n {children}\n </PopoverWrapper>\n </Overlay>\n );\n}\n\nconst PopoverWrapper = forwardRef((props: PopoverWrapperProps, ref: RefObject<HTMLDivElement>) => {\n let {\n children,\n isOpen,\n hideArrow,\n isNonModal,\n state\n } = props;\n let {styleProps} = useStyleProps(props);\n\n let {popoverProps, arrowProps, underlayProps, placement} = usePopover({\n ...props,\n popoverRef: ref,\n maxHeight: null\n }, state);\n\n return (\n <>\n {!isNonModal && <Underlay isTransparent {...underlayProps} isOpen={isOpen} /> }\n <div\n {...styleProps}\n {...popoverProps}\n style={{\n ...styleProps.style,\n ...popoverProps.style\n }}\n ref={ref}\n className={\n classNames(\n styles,\n 'spectrum-Popover',\n `spectrum-Popover--${placement}`,\n {\n 'spectrum-Popover--withTip': !hideArrow,\n 'is-open': isOpen\n },\n classNames(\n overrideStyles,\n 'spectrum-Popover',\n 'react-spectrum-Popover'\n ),\n styleProps.className\n )\n }\n role=\"presentation\"\n data-testid=\"popover\">\n {!isNonModal && <DismissButton onDismiss={state.close} />}\n {children}\n {hideArrow ? null : (\n <Arrow arrowProps={arrowProps} direction={arrowPlacement[placement]} />\n )}\n <DismissButton onDismiss={state.close} />\n </div>\n </>\n );\n});\n\nlet ROOT_2 = Math.sqrt(2);\n\nfunction Arrow(props) {\n let [size, setSize] = useState(20);\n let [borderWidth, setBorderWidth] = useState(1);\n let ref = useRef();\n // get the css value for the tip size and divide it by 2 for this arrow implementation\n useLayoutEffect(() => {\n if (ref.current) {\n let spectrumTipWidth = window.getComputedStyle(ref.current)\n .getPropertyValue('--spectrum-popover-tip-size');\n if (spectrumTipWidth !== '') {\n setSize(parseInt(spectrumTipWidth, 10) / 2);\n }\n\n let spectrumBorderWidth = window.getComputedStyle(ref.current)\n .getPropertyValue('--spectrum-popover-tip-borderWidth');\n if (spectrumBorderWidth !== '') {\n setBorderWidth(parseInt(spectrumBorderWidth, 10));\n }\n }\n }, [ref]);\n\n let landscape = props.direction === 'top' || props.direction === 'bottom';\n let mirror = props.direction === 'left' || props.direction === 'top';\n\n let borderDiagonal = borderWidth * ROOT_2;\n let halfBorderDiagonal = borderDiagonal / 2;\n\n let secondary = 2 * size + 2 * borderDiagonal;\n let primary = size + borderDiagonal;\n\n let primaryStart = mirror ? primary : 0;\n let primaryEnd = mirror ? halfBorderDiagonal : primary - halfBorderDiagonal;\n\n let secondaryStart = halfBorderDiagonal;\n let secondaryMiddle = secondary / 2;\n let secondaryEnd = secondary - halfBorderDiagonal;\n\n let pathData = landscape ? [\n 'M', secondaryStart, primaryStart,\n 'L', secondaryMiddle, primaryEnd,\n 'L', secondaryEnd, primaryStart\n ] : [\n 'M', primaryStart, secondaryStart,\n 'L', primaryEnd, secondaryMiddle,\n 'L', primaryStart, secondaryEnd\n ];\n let arrowProps = props.arrowProps;\n\n /* use ceil because the svg needs to always accomodate the path inside it */\n return (\n <svg\n xmlns=\"http://www.w3.org/svg/2000\"\n width={Math.ceil(landscape ? secondary : primary)}\n height={Math.ceil(landscape ? primary : secondary)}\n style={props.style}\n className={classNames(styles, 'spectrum-Popover-tip')}\n ref={ref}\n {...arrowProps}>\n <path className={classNames(styles, 'spectrum-Popover-tip-triangle')} d={pathData.join(' ')} />\n </svg>\n );\n}\n\nlet _Popover = forwardRef(Popover);\nexport {_Popover as Popover};\n\n/**\n * More explanation on popover tips.\n * - I tried changing the calculation of the popover placement in an effort to get it squarely onto the pixel grid.\n * This did not work because the problem was in the svg partial pixel end of the path in the popover right and popover bottom.\n * - I tried creating an extra 'bandaid' path that matched the background color and would overlap the popover border.\n * This didn't work because the border on the svg triangle didn't extend all the way to match nicely with the popover border.\n * - I tried getting the client bounding box and setting the svg to that partial pixel value\n * This didn't work because again the issue was inside the svg\n * - I didn't try drawing the svg backwards\n * This could still be tried\n * - I tried changing the calculation of the popover placement AND the svg height/width so that they were all rounded\n * This seems to have done the trick.\n */\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n.spectrum-Popover {\n /* This makes the contents of popovers focusable immediately, without waiting\n a frame for animations to start. */\n &.react-spectrum-Popover {\n visibility: visible;\n }\n\n .spectrum-Dialog-content {\n max-height: initial;\n }\n}\n\n.spectrum-Modal-wrapper.react-spectrum-Modal-wrapper,\n.spectrum-Modal.react-spectrum-Modal {\n visibility: visible;\n}\n\n.spectrum-Tray.react-spectrum-Tray {\n visibility: visible;\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames} from '@react-spectrum/utils';\nimport React from 'react';\nimport underlayStyles from '@adobe/spectrum-css-temp/components/underlay/vars.css';\n\ninterface UnderlayProps {\n isOpen?: boolean,\n isTransparent?: boolean\n}\n\nexport function Underlay({isOpen, isTransparent}: UnderlayProps) {\n return (\n <div className={classNames(underlayStyles, 'spectrum-Underlay', {'is-open': isOpen, 'spectrum-Underlay--transparent': isTransparent})} />\n );\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaModalOverlayProps, useModalOverlay} from '@react-aria/overlays';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef, StyleProps} from '@react-types/shared';\nimport modalStyles from '@adobe/spectrum-css-temp/components/modal/vars.css';\nimport {Overlay} from './Overlay';\nimport {OverlayProps} from '@react-types/overlays';\nimport {OverlayTriggerState} from '@react-stately/overlays';\nimport overrideStyles from './overlays.css';\nimport React, {forwardRef, ReactNode, RefObject} from 'react';\nimport {Underlay} from './Underlay';\nimport {useViewportSize} from '@react-aria/utils';\n\ninterface ModalProps extends AriaModalOverlayProps, StyleProps, OverlayProps {\n children: ReactNode,\n state: OverlayTriggerState,\n type?: 'modal' | 'fullscreen' | 'fullscreenTakeover'\n}\n\ninterface ModalWrapperProps extends ModalProps {\n isOpen?: boolean\n}\n\nfunction Modal(props: ModalProps, ref: DOMRef<HTMLDivElement>) {\n let {children, state, ...otherProps} = props;\n let domRef = useDOMRef(ref);\n\n return (\n <Overlay {...otherProps} isOpen={state.isOpen}>\n <ModalWrapper {...props} ref={domRef}>\n {children}\n </ModalWrapper>\n </Overlay>\n );\n}\n\nlet typeMap = {\n fullscreen: 'fullscreen',\n fullscreenTakeover: 'fullscreenTakeover'\n};\n\nlet ModalWrapper = forwardRef(function (props: ModalWrapperProps, ref: RefObject<HTMLDivElement>) {\n let {type, children, state, isOpen} = props;\n let typeVariant = typeMap[type];\n let {styleProps} = useStyleProps(props);\n\n let {modalProps, underlayProps} = useModalOverlay(props, state, ref);\n\n let wrapperClassName = classNames(\n modalStyles,\n 'spectrum-Modal-wrapper',\n classNames(\n overrideStyles,\n 'spectrum-Modal-wrapper',\n 'react-spectrum-Modal-wrapper'\n )\n );\n\n let modalClassName = classNames(\n modalStyles,\n 'spectrum-Modal',\n {\n 'is-open': isOpen\n },\n classNames(\n overrideStyles,\n 'spectrum-Modal',\n 'react-spectrum-Modal'\n ),\n {[`spectrum-Modal--${typeVariant}`]: typeVariant},\n styleProps.className\n );\n\n let viewport = useViewportSize();\n let style: any = {\n '--spectrum-visual-viewport-height': viewport.height + 'px'\n };\n\n return (\n <>\n <Underlay {...underlayProps} isOpen={isOpen} />\n <div className={wrapperClassName} style={style}>\n <div\n {...styleProps}\n {...modalProps}\n ref={ref}\n className={modalClassName}\n data-testid=\"modal\">\n {children}\n </div>\n </div>\n </>\n );\n});\n\nlet _Modal = forwardRef(Modal);\nexport {_Modal as Modal};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaModalOverlayProps, DismissButton, useModalOverlay} from '@react-aria/overlays';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef, StyleProps} from '@react-types/shared';\nimport {Overlay} from './Overlay';\nimport {OverlayProps} from '@react-types/overlays';\nimport {OverlayTriggerState} from '@react-stately/overlays';\nimport overrideStyles from './overlays.css';\nimport React, {forwardRef, ReactNode, RefObject} from 'react';\nimport trayStyles from '@adobe/spectrum-css-temp/components/tray/vars.css';\nimport {Underlay} from './Underlay';\nimport {useViewportSize} from '@react-aria/utils';\n\ninterface TrayProps extends AriaModalOverlayProps, StyleProps, OverlayProps {\n children: ReactNode,\n state: OverlayTriggerState,\n isFixedHeight?: boolean\n}\n\ninterface TrayWrapperProps extends TrayProps {\n isOpen?: boolean\n}\n\nfunction Tray(props: TrayProps, ref: DOMRef<HTMLDivElement>) {\n let {children, state, ...otherProps} = props;\n let domRef = useDOMRef(ref);\n\n return (\n <Overlay {...otherProps} isOpen={state.isOpen}>\n <TrayWrapper {...props} ref={domRef}>\n {children}\n </TrayWrapper>\n </Overlay>\n );\n}\n\nlet TrayWrapper = forwardRef(function (props: TrayWrapperProps, ref: RefObject<HTMLDivElement>) {\n let {\n children,\n isOpen,\n isFixedHeight,\n state\n } = props;\n let {styleProps} = useStyleProps(props);\n\n let {modalProps, underlayProps} = useModalOverlay({\n ...props,\n isDismissable: true\n }, state, ref);\n\n // We need to measure the window's height in JS rather than using percentages in CSS\n // so that contents (e.g. menu) can inherit the max-height properly. Using percentages\n // does not work properly because there is nothing to base the percentage on.\n // We cannot use vh units because mobile browsers adjust the window height dynamically\n // when the address bar/bottom toolbars show and hide on scroll and vh units are fixed.\n // Also, the visual viewport is smaller than the layout viewport when the virtual keyboard\n // is up, so use the VisualViewport API to ensure the tray is displayed above the keyboard.\n let viewport = useViewportSize();\n let wrapperStyle: any = {\n '--spectrum-visual-viewport-height': viewport.height + 'px'\n };\n\n let wrapperClassName = classNames(\n trayStyles,\n 'spectrum-Tray-wrapper'\n );\n\n let className = classNames(\n trayStyles,\n 'spectrum-Tray',\n {\n 'is-open': isOpen,\n 'spectrum-Tray--fixedHeight': isFixedHeight\n },\n classNames(\n overrideStyles,\n 'spectrum-Tray',\n 'react-spectrum-Tray'\n ),\n styleProps.className\n );\n\n return (\n <>\n <Underlay {...underlayProps} isOpen={isOpen} />\n <div className={wrapperClassName} style={wrapperStyle}>\n <div\n {...styleProps}\n {...modalProps}\n className={className}\n ref={ref}\n data-testid=\"tray\">\n <DismissButton onDismiss={state.close} />\n {children}\n <DismissButton onDismiss={state.close} />\n </div>\n </div>\n </>\n );\n});\n\nlet _Tray = forwardRef(Tray);\nexport {_Tray as Tray};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.js.map"}
|