@popmenu/dashboard 0.151.0 → 0.152.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.
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { ClickableTileProps } from './ClickableTileProps';
2
- export declare const ClickableTile: ({ CardContentProps, children, link, ...restProps }: ClickableTileProps) => JSX.Element;
3
+ export declare const ClickableTile: ({ CardContentProps, children, link, ...restProps }: ClickableTileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { BoxProps as DashboardContainerProps } from '@popmenu/common-ui';
2
- export declare const DashboardContainer: (props: DashboardContainerProps) => JSX.Element;
3
+ export declare const DashboardContainer: (props: DashboardContainerProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { KpiMetricProps } from './KpiMetricProps';
2
- export declare const KpiMetric: ({ Icon: KpiIcon, iconColor, iconBackgroundColor, metric, metricTooltip, trend, trendMessage, trendStatus, value, }: KpiMetricProps) => JSX.Element;
3
+ export declare const KpiMetric: ({ Icon: KpiIcon, iconColor, iconBackgroundColor, metric, metricTooltip, trend, trendMessage, trendStatus, value, }: KpiMetricProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { KpiMetricTileProps } from './KpiMetricTileProps';
2
- export declare const KpiMetricTile: (props: KpiMetricTileProps) => JSX.Element;
3
+ export declare const KpiMetricTile: (props: KpiMetricTileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { LeaderboardProps } from './LeaderboardProps';
2
- export declare const Leaderboard: (props: LeaderboardProps) => JSX.Element;
3
+ export declare const Leaderboard: (props: LeaderboardProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { LeaderboardTileProps } from './LeaderboardTileProps';
2
- export declare const LeaderboardTile: (props: LeaderboardTileProps) => JSX.Element;
3
+ export declare const LeaderboardTile: (props: LeaderboardTileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { TileProps } from './TileProps';
2
- export declare const Tile: (props: TileProps) => JSX.Element;
3
+ export declare const Tile: (props: TileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { ClickableTileProps } from './ClickableTileProps';
2
- export declare const ClickableTile: ({ CardContentProps, children, link, ...restProps }: ClickableTileProps) => JSX.Element;
3
+ export declare const ClickableTile: ({ CardContentProps, children, link, ...restProps }: ClickableTileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { BoxProps as DashboardContainerProps } from '@popmenu/common-ui';
2
- export declare const DashboardContainer: (props: DashboardContainerProps) => JSX.Element;
3
+ export declare const DashboardContainer: (props: DashboardContainerProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { KpiMetricProps } from './KpiMetricProps';
2
- export declare const KpiMetric: ({ Icon: KpiIcon, iconColor, iconBackgroundColor, metric, metricTooltip, trend, trendMessage, trendStatus, value, }: KpiMetricProps) => JSX.Element;
3
+ export declare const KpiMetric: ({ Icon: KpiIcon, iconColor, iconBackgroundColor, metric, metricTooltip, trend, trendMessage, trendStatus, value, }: KpiMetricProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { KpiMetricTileProps } from './KpiMetricTileProps';
2
- export declare const KpiMetricTile: (props: KpiMetricTileProps) => JSX.Element;
3
+ export declare const KpiMetricTile: (props: KpiMetricTileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { LeaderboardProps } from './LeaderboardProps';
2
- export declare const Leaderboard: (props: LeaderboardProps) => JSX.Element;
3
+ export declare const Leaderboard: (props: LeaderboardProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { LeaderboardTileProps } from './LeaderboardTileProps';
2
- export declare const LeaderboardTile: (props: LeaderboardTileProps) => JSX.Element;
3
+ export declare const LeaderboardTile: (props: LeaderboardTileProps) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { TileProps } from './TileProps';
2
- export declare const Tile: (props: TileProps) => JSX.Element;
3
+ export declare const Tile: (props: TileProps) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popmenu/dashboard",
3
- "version": "0.151.0",
3
+ "version": "0.152.0",
4
4
  "license": "MIT",
5
5
  "author": "Popmenu Design System Team",
6
6
  "description": "React dashboard components for admin app.",
@@ -34,5 +34,5 @@
34
34
  "react-table": "^7.7.0"
35
35
  },
36
36
  "sideEffects": false,
37
- "gitHead": "22bc281ed9d724ba54291175b731693eda2c6786"
37
+ "gitHead": "befcac06eaf85377080f4455bc1e7fe253b9f453"
38
38
  }