@wistia/ui 0.19.4-beta.feb024a4.a780da0 → 0.20.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/{index.mjs → index.js} +5 -3
- package/dist/index.js.map +1 -0
- package/package.json +14 -16
- package/dist/index.cjs +0 -19149
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -4390
- package/dist/index.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.
|
|
3
|
+
* @license @wistia/ui v0.20.0
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -15941,6 +15941,9 @@ import { forwardRef as forwardRef25 } from "react";
|
|
|
15941
15941
|
import { styled as styled78, css as css39, keyframes as keyframes5 } from "styled-components";
|
|
15942
15942
|
import { Content as DialogContent } from "@radix-ui/react-dialog";
|
|
15943
15943
|
|
|
15944
|
+
// src/components/Modal/constants.ts
|
|
15945
|
+
var DEFAULT_MODAL_WIDTH = "532px";
|
|
15946
|
+
|
|
15944
15947
|
// src/private/hooks/useFocusRestore/useFocusRestore.ts
|
|
15945
15948
|
import { useRef as useRef20, useEffect as useEffect19 } from "react";
|
|
15946
15949
|
import { isNotNil as isNotNil31 } from "@wistia/type-guards";
|
|
@@ -16138,7 +16141,6 @@ var ModalOverlay = styled79(DialogOverlay)`
|
|
|
16138
16141
|
|
|
16139
16142
|
// src/components/Modal/Modal.tsx
|
|
16140
16143
|
import { jsx as jsx305, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
16141
|
-
var DEFAULT_MODAL_WIDTH = "532px";
|
|
16142
16144
|
var ModalBody = styled80.div`
|
|
16143
16145
|
flex-direction: column;
|
|
16144
16146
|
display: flex;
|
|
@@ -19012,4 +19014,4 @@ export {
|
|
|
19012
19014
|
useToast,
|
|
19013
19015
|
useWindowSize
|
|
19014
19016
|
};
|
|
19015
|
-
//# sourceMappingURL=index.
|
|
19017
|
+
//# sourceMappingURL=index.js.map
|