@delightui/components 0.1.64 → 0.1.65

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
@@ -1141,9 +1141,7 @@ type ListItemProps<T extends ListItemType> = Omit<HTMLAttributes<HTMLLIElement>,
1141
1141
  *
1142
1142
  * @template T - The type of the list items.
1143
1143
  */
1144
- type RepeaterListProps<T extends ListItemType> = Omit<ListProps<T>, 'keyExtractor' | 'sortable' | 'updateSortOrder' | 'align' | 'wrap'> & {
1145
- data: T[];
1146
- };
1144
+ type RepeaterListProps<T extends ListItemType> = Omit<ListProps<T>, 'keyExtractor' | 'sortable' | 'updateSortOrder' | 'align' | 'wrap'>;
1147
1145
  type SortableTriggerProps = IconButtonProps;
1148
1146
  /**
1149
1147
  * Props for the list wrapper component.
@@ -1215,7 +1213,7 @@ declare const List: <T extends ListItemType>(props: ListProps<T>) => React__defa
1215
1213
  */
1216
1214
  declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) => React__default.JSX.Element;
1217
1215
 
1218
- declare const RepeaterList: <T extends ListItemType>(props: RepeaterListProps<T>) => React$1.JSX.Element;
1216
+ declare const RepeaterList: <T extends ListItemType>(props: RepeaterListProps<T>) => React__default.JSX.Element;
1219
1217
 
1220
1218
  declare const SortableTrigger: (props: SortableTriggerProps) => React__default.JSX.Element;
1221
1219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",