@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 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 contining the children
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 contining the children
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.94",
3
+ "version": "0.1.96",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "dependencies": {
@@ -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 contining the children
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;