@up42/up-components 10.0.0 → 10.0.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4742,7 +4742,7 @@ type PopoverProps = Omit<PopoverProps$1, 'content' | 'open' | 'onClose'> & {
4742
4742
  */
4743
4743
  declare const Popover: React__default.ForwardRefExoticComponent<Omit<PopoverProps, "ref"> & React__default.RefAttributes<unknown>>;
4744
4744
 
4745
- type FilterPopoverProps = Pick<PopoverProps, 'anchorEl' | 'onClose' | 'header' | 'sx' | 'size'> & {
4745
+ type FilterPopoverProps = Omit<PopoverProps, 'content' | 'primaryButton' | 'secondaryButton' | 'controlButtonIcon' | 'showControlButton' | 'showDividers' | 'showConnector' | 'footerInfo' | 'inputRef'> & {
4746
4746
  /**
4747
4747
  * Array of filter input components to display. Each item is rendered in a vertical stack with spacing.
4748
4748
  * Use FormInput, FormDateRangePicker, FormSlider, FormAutocomplete, etc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",