@delightui/components 0.1.51 → 0.1.53

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
@@ -1207,7 +1207,7 @@ declare const List: <T extends ListItemType>(props: ListProps<T>) => React__defa
1207
1207
  */
1208
1208
  declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) => React__default.JSX.Element;
1209
1209
 
1210
- declare const SortableTrigger: (props: SortableTriggerProps) => React$1.JSX.Element;
1210
+ declare const SortableTrigger: (props: SortableTriggerProps) => React__default.JSX.Element;
1211
1211
 
1212
1212
  type ContextMenuProps<T extends ListItemType> = ListProps<T>;
1213
1213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.51",
3
+ "version": "0.1.53",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",