@infinite-table/infinite-react 6.2.3 → 6.2.4

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.dev.mjs CHANGED
@@ -7230,7 +7230,7 @@ function getColumnLabel(colIdOrCol, context) {
7230
7230
  }
7231
7231
 
7232
7232
  // src/components/InfiniteTable/components/InfiniteTableHeader/InfiniteTableColumnHeaderFilterContext.ts
7233
- import React28 from "react";
7233
+ import * as React28 from "react";
7234
7234
  var InfiniteTableColumnHeaderFilterClassName = `${rootClassName2}HeaderCell__filter`;
7235
7235
  var InfiniteTableColumnHeaderFilterOperatorClassName = `${rootClassName2}HeaderCell__filterOperator`;
7236
7236
  var InfiniteTableColumnHeaderFilterContext = React28.createContext(null);
@@ -23551,7 +23551,7 @@ var useLicense = (licenseKey = "") => {
23551
23551
  }
23552
23552
  let valid2 = isValidLicense(licenseKey, {
23553
23553
  publishedAt: 1624970570587,
23554
- version: "6.2.3"
23554
+ version: "6.2.4"
23555
23555
  });
23556
23556
  if (!licenseKey && !valid2 && isInsidePlayground) {
23557
23557
  return true;
@@ -25394,8 +25394,8 @@ var MenuTriangleContext = class {
25394
25394
  };
25395
25395
 
25396
25396
  // src/components/Menu/MenuContext.ts
25397
- import { createContext as createContext7, useContext as useContext8 } from "react";
25398
- var MenuContext = createContext7(null);
25397
+ import { createContext as createContext8, useContext as useContext8 } from "react";
25398
+ var MenuContext = createContext8(null);
25399
25399
  function useMenuContext() {
25400
25400
  const contextValue = useContext8(MenuContext);
25401
25401
  return contextValue;