@delightui/components 0.1.48 → 0.1.49

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.
@@ -130,6 +130,10 @@ export type SelectViewProps = Omit<HTMLAttributes<HTMLElement>, 'style' | 'child
130
130
  * The component used to render each item in the list.
131
131
  */
132
132
  selectedView?: React.FC<any>;
133
+ /**
134
+ * The offset of the popover.
135
+ */
136
+ popoverOffset?: [number, number];
133
137
  };
134
138
  /**
135
139
  * Props for the Select component, combining provider and view props.