@choc-ui/chakra-autocomplete 5.5.2 → 5.6.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.
package/README.md CHANGED
@@ -474,6 +474,12 @@ Wrapper and Provider for `AutoCompleteInput` and `AutoCompleteList`
474
474
  <td>Highlight matching characters in suggestions, you can pass the styles - false</td>
475
475
  <td>false</td>
476
476
  </tr>
477
+ <tr>
478
+ <td>defaultEmptyStateProps</td>
479
+ <td>FlexProps</td>
480
+ <td>Props to pass into the `Flex` component when using the default empty state. Does not apply when you supply your own custom `emptyState`</td>
481
+ <td>&mdash;&mdash;&mdash;</td>
482
+ </tr>
477
483
  <tr>
478
484
  <td>emptyState</td>
479
485
  <td>