@react-spectrum/s2
Version:
Spectrum 2 UI components in React
88 lines (76 loc) • 4.9 kB
JavaScript
require("./FullscreenDialog.css");
var $e1016b8947dbadb8$exports = require("./ButtonGroup.cjs");
var $6367bc87eb7d24ad$exports = require("./Content.cjs");
var $8e678305a8c10028$exports = require("./Modal.cjs");
var $Yi1VH$reactjsxruntime = require("react/jsx-runtime");
var $Yi1VH$reactariacomponents = require("react-aria-components");
var $Yi1VH$react = require("react");
var $Yi1VH$reactspectrumutils = require("@react-spectrum/utils");
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$export(module.exports, "FullscreenDialog", () => $59876d274d9473a9$export$7082b7e805d2626f);
/*
* Copyright 2024 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
const $59876d274d9473a9$var$heading = " zPCJngb1 yPCJngb1 BPCJngb1 APCJngb1 _ub1 Jy1 Gy1 uk1 ucJ9TBTb1 ud3Euai1 uea1 ugb1 uhd1 uje1 u2NhKxcl1 uic1 -_6BNtrc-g1 vx1 xd1 _xa1 xX0cczbc1 _xX0cczba1 xfd1 _xfa1 xfX0cczbc1 _xfX0cczba1 _Fd1 _FnuYUweb1 po1";
const $59876d274d9473a9$var$header = " z6Akec1 y6Akec1 B6Akec1 A6Akec1 InM1 HnM1 uk1 ucJ9TBTb1 ud3Euai1 uea1 ugb1 uhd1 uje1 u2NhKxcl1 uic1 -_6BNtrc-d1 vx1 xb1 _xa1 _Fb1 _FnuYUwec1 pt1";
const $59876d274d9473a9$var$content = " zk52g2d1 yk52g2d1 Bk52g2d1 Ak52g2d1 _ub1 Pa1 PJVVdVe1 uk1 ucJ9TBTb1 ud3Euai1 uea1 ugb1 uhd1 uje1 u2NhKxcl1 uic1 -_6BNtrc-d1 vx1 xb1 _xa1 _Fb1 _FnuYUwec1 pt1";
const $59876d274d9473a9$var$buttonGroup = " z4AkfTc1 y4AkfTc1 B4AkfTc1 A4AkfTc1 IM1 La1";
const $59876d274d9473a9$export$6af31f836f9aa6f2 = " se1 CQpyMed1 Cns3y4td1 DM8Mfn1 Dn4w1sLc1 EfcKqZ1 EnFfvwed1 Th1 Tnk1 Qh1 Qnk1 Sh1 Snk1 Rh1 Rnk1 ql1 qnj1 K40ub4c1 Fb1 _oa1 _Le1 uk1 ucJ9TBTb1 ud3Euai1 uea1 ugb1 uhd1 uje1 u2NhKxcl1 uic1 oi1 ni1 ki1 ji1 _Na1 Pa1";
const $59876d274d9473a9$export$7082b7e805d2626f = /*#__PURE__*/ (0, $Yi1VH$react.forwardRef)(function FullscreenDialog(props, ref) {
let { variant: variant = 'fullscreen', isKeyboardDismissDisabled: isKeyboardDismissDisabled } = props;
let domRef = (0, $Yi1VH$reactspectrumutils.useDOMRef)(ref);
return /*#__PURE__*/ (0, $Yi1VH$reactjsxruntime.jsx)((0, $8e678305a8c10028$exports.Modal), {
size: variant,
isKeyboardDismissDisabled: isKeyboardDismissDisabled,
children: /*#__PURE__*/ (0, $Yi1VH$reactjsxruntime.jsx)((0, $Yi1VH$reactariacomponents.Dialog), {
...props,
ref: domRef,
style: props.UNSAFE_style,
className: (props.UNSAFE_className || '') + $59876d274d9473a9$export$6af31f836f9aa6f2,
children: (0, $Yi1VH$reactariacomponents.composeRenderProps)(props.children, (children)=>// Reset OverlayTriggerStateContext so the buttons inside the dialog don't retain their hover state.
/*#__PURE__*/ (0, $Yi1VH$reactjsxruntime.jsx)((0, $Yi1VH$reactariacomponents.OverlayTriggerStateContext).Provider, {
value: null,
children: /*#__PURE__*/ (0, $Yi1VH$reactjsxruntime.jsx)((0, $Yi1VH$reactariacomponents.Provider), {
values: [
[
(0, $6367bc87eb7d24ad$exports.HeadingContext),
{
styles: $59876d274d9473a9$var$heading
}
],
[
(0, $6367bc87eb7d24ad$exports.HeaderContext),
{
styles: $59876d274d9473a9$var$header
}
],
[
(0, $6367bc87eb7d24ad$exports.ContentContext),
{
styles: $59876d274d9473a9$var$content
}
],
[
(0, $e1016b8947dbadb8$exports.ButtonGroupContext),
{
styles: $59876d274d9473a9$var$buttonGroup
}
]
],
children: children
})
}))
})
});
});
//# sourceMappingURL=FullscreenDialog.cjs.map