@react-spectrum/s2
Version:
Spectrum 2 UI components in React
83 lines (73 loc) • 5.01 kB
JavaScript
import "./FullscreenDialog.css";
import {ButtonGroupContext as $472eaa9a9b344b9a$export$4c574c91bb0be0e2} from "./ButtonGroup.mjs";
import {ContentContext as $8e847109a6ab556d$export$1cbdd774077931b4, HeaderContext as $8e847109a6ab556d$export$e0e4026c12a8bdbb, HeadingContext as $8e847109a6ab556d$export$d688439359537581} from "./Content.mjs";
import {Modal as $c46d159bd615e407$export$2b77a92f1a5ad772} from "./Modal.mjs";
import {jsx as $900FG$jsx} from "react/jsx-runtime";
import {Dialog as $900FG$Dialog, composeRenderProps as $900FG$composeRenderProps, OverlayTriggerStateContext as $900FG$OverlayTriggerStateContext, Provider as $900FG$Provider} from "react-aria-components";
import {forwardRef as $900FG$forwardRef} from "react";
import {useDOMRef as $900FG$useDOMRef} from "@react-spectrum/utils";
/*
* 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 $8e7a38ff5b9798e1$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 $8e7a38ff5b9798e1$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 $8e7a38ff5b9798e1$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 $8e7a38ff5b9798e1$var$buttonGroup = " z4AkfTc1 y4AkfTc1 B4AkfTc1 A4AkfTc1 IM1 La1";
const $8e7a38ff5b9798e1$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 $8e7a38ff5b9798e1$export$7082b7e805d2626f = /*#__PURE__*/ (0, $900FG$forwardRef)(function FullscreenDialog(props, ref) {
let { variant: variant = 'fullscreen', isKeyboardDismissDisabled: isKeyboardDismissDisabled } = props;
let domRef = (0, $900FG$useDOMRef)(ref);
return /*#__PURE__*/ (0, $900FG$jsx)((0, $c46d159bd615e407$export$2b77a92f1a5ad772), {
size: variant,
isKeyboardDismissDisabled: isKeyboardDismissDisabled,
children: /*#__PURE__*/ (0, $900FG$jsx)((0, $900FG$Dialog), {
...props,
ref: domRef,
style: props.UNSAFE_style,
className: (props.UNSAFE_className || '') + $8e7a38ff5b9798e1$export$6af31f836f9aa6f2,
children: (0, $900FG$composeRenderProps)(props.children, (children)=>// Reset OverlayTriggerStateContext so the buttons inside the dialog don't retain their hover state.
/*#__PURE__*/ (0, $900FG$jsx)((0, $900FG$OverlayTriggerStateContext).Provider, {
value: null,
children: /*#__PURE__*/ (0, $900FG$jsx)((0, $900FG$Provider), {
values: [
[
(0, $8e847109a6ab556d$export$d688439359537581),
{
styles: $8e7a38ff5b9798e1$var$heading
}
],
[
(0, $8e847109a6ab556d$export$e0e4026c12a8bdbb),
{
styles: $8e7a38ff5b9798e1$var$header
}
],
[
(0, $8e847109a6ab556d$export$1cbdd774077931b4),
{
styles: $8e7a38ff5b9798e1$var$content
}
],
[
(0, $472eaa9a9b344b9a$export$4c574c91bb0be0e2),
{
styles: $8e7a38ff5b9798e1$var$buttonGroup
}
]
],
children: children
})
}))
})
});
});
export {$8e7a38ff5b9798e1$export$6af31f836f9aa6f2 as dialogInner, $8e7a38ff5b9798e1$export$7082b7e805d2626f as FullscreenDialog};
//# sourceMappingURL=FullscreenDialog.mjs.map