@cloudscape-design/collection-hooks
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -117,3 +117,3 @@ import * as React from 'react'; | ||
onChange: (value: null | TokenValue) => void; | ||
filter: string; | ||
filter?: string; | ||
operator: PropertyFilterOperator; | ||
@@ -120,0 +120,0 @@ } |
@@ -117,3 +117,3 @@ import * as React from 'react'; | ||
onChange: (value: null | TokenValue) => void; | ||
filter: string; | ||
filter?: string; | ||
operator: PropertyFilterOperator; | ||
@@ -120,0 +120,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"bundleDependencies": false, | ||
"commit": "7fa4874", | ||
"commit": "909868d", | ||
"deprecated": false, | ||
@@ -59,4 +59,4 @@ "description": "This package contains the source code of the React collection hooks for the [Cloudscape Design System](https://cloudscape.design/).", | ||
"type": "module", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"license": "Apache-2.0" | ||
} |
79723