@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.
package/dist/index.d.ts CHANGED
@@ -1942,6 +1942,10 @@ type SelectViewProps = Omit<HTMLAttributes<HTMLElement>, 'style' | 'children'> &
1942
1942
  * The component used to render each item in the list.
1943
1943
  */
1944
1944
  selectedView?: React.FC<any>;
1945
+ /**
1946
+ * The offset of the popover.
1947
+ */
1948
+ popoverOffset?: [number, number];
1945
1949
  };
1946
1950
  /**
1947
1951
  * Props for the Select component, combining provider and view props.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",