@trackunit/react-components 0.1.94 → 0.1.96
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/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/components/Popover/Popover.d.ts +1 -1
package/index.cjs
CHANGED
|
@@ -836,7 +836,7 @@ const usePopoverContext = () => {
|
|
|
836
836
|
*
|
|
837
837
|
*
|
|
838
838
|
* @param {PopoverProps} props The props for the popover
|
|
839
|
-
* @returns {JSX.Element} A Popover Context Provider
|
|
839
|
+
* @returns {JSX.Element} A Popover Context Provider containing the children
|
|
840
840
|
*/
|
|
841
841
|
const Popover = (_a) => {
|
|
842
842
|
var { children, isModal = false } = _a, restOptions = __rest(_a, ["children", "isModal"]);
|
package/index.js
CHANGED
|
@@ -809,7 +809,7 @@ const usePopoverContext = () => {
|
|
|
809
809
|
*
|
|
810
810
|
*
|
|
811
811
|
* @param {PopoverProps} props The props for the popover
|
|
812
|
-
* @returns {JSX.Element} A Popover Context Provider
|
|
812
|
+
* @returns {JSX.Element} A Popover Context Provider containing the children
|
|
813
813
|
*/
|
|
814
814
|
const Popover = (_a) => {
|
|
815
815
|
var { children, isModal = false } = _a, restOptions = __rest(_a, ["children", "isModal"]);
|
package/package.json
CHANGED
|
@@ -65,7 +65,7 @@ export declare const usePopoverContext: () => {
|
|
|
65
65
|
*
|
|
66
66
|
*
|
|
67
67
|
* @param {PopoverProps} props The props for the popover
|
|
68
|
-
* @returns {JSX.Element} A Popover Context Provider
|
|
68
|
+
* @returns {JSX.Element} A Popover Context Provider containing the children
|
|
69
69
|
*/
|
|
70
70
|
export declare const Popover: ({ children, isModal, ...restOptions }: {
|
|
71
71
|
children: React.ReactNode;
|