@uiw/react-heat-map
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -6,3 +6,3 @@ import React from 'react'; | ||
date: string; | ||
content: string | string[] | React.ReactNode; | ||
content?: string | string[] | React.ReactNode; | ||
count: number; | ||
@@ -9,0 +9,0 @@ }; |
@@ -6,3 +6,3 @@ import React from 'react'; | ||
date: string; | ||
content: string | string[] | React.ReactNode; | ||
content?: string | string[] | React.ReactNode; | ||
count: number; | ||
@@ -9,0 +9,0 @@ }; |
{ | ||
"name": "@uiw/react-heat-map", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-heat-map/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95549