@magemetrics/ai 0.14.0 → 0.14.1

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.
@@ -10,7 +10,7 @@ import { FileUIPart } from 'ai';
10
10
  import { ForwardRefExoticComponent } from 'react';
11
11
  import { InfiniteData } from '@tanstack/react-query';
12
12
  import { InfiniteQueryObserverResult } from '@tanstack/react-query';
13
- import { JSX } from 'react/jsx-runtime';
13
+ import { JSX } from 'react';
14
14
  import { MageMetricsClient } from '@magemetrics/core';
15
15
  import { MageMetricsClientConfig } from '@magemetrics/core';
16
16
  import { PropsWithChildren } from 'react';
@@ -950,7 +950,7 @@ export declare const useDataTableContext: () => {
950
950
  dataType: string;
951
951
  renderType?: string | undefined;
952
952
  unit?: string | undefined;
953
- canonicalDataType?: "numeric" | "boolean" | "datetime" | "text" | "array" | "json" | "other" | undefined;
953
+ canonicalDataType?: "numeric" | "boolean" | "datetime" | "date" | "text" | "array" | "json" | "other" | undefined;
954
954
  formatHint?: {
955
955
  isNumeric?: boolean | undefined;
956
956
  isLikelyYear?: boolean | undefined;