streaksheet
Advanced tools
Comparing version 0.10.11 to 0.10.12
@@ -69,3 +69,7 @@ import * as React from 'react'; | ||
}) => CSSProperties; | ||
cellEditMode: (base: CSSProperties) => CSSProperties; | ||
cellEditMode: (base: CSSProperties, state: { | ||
columnIndex: number; | ||
rowIndex: number; | ||
sectionKey: string | undefined; | ||
}) => CSSProperties; | ||
columnHeaderCellContainer: (base: CSSProperties, state: { | ||
@@ -72,0 +76,0 @@ columnIndex: number; |
{ | ||
"name": "streaksheet", | ||
"version": "0.10.11", | ||
"version": "0.10.12", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
@@ -75,2 +75,5 @@ "license": "MIT", | ||
}, | ||
"contributors": [ | ||
"Zach Wegrzyniak <zach@streak.com>" | ||
], | ||
"packageManager": "yarn@3.2.2", | ||
@@ -77,0 +80,0 @@ "browserslist": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1407398
1883