@delightui/components 0.1.101 → 0.1.103

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.
@@ -1,4 +1,4 @@
1
- import type { Dispatch, HTMLAttributes, SetStateAction } from 'react';
1
+ import type { HTMLAttributes } from 'react';
2
2
  import { IconButtonProps } from '../../atoms';
3
3
  /**
4
4
  * Enum for the alignment of the list.
@@ -134,5 +134,5 @@ export type ListProps<T extends ListItemType> = Omit<HTMLAttributes<HTMLUListEle
134
134
  * @param data
135
135
  * @returns
136
136
  */
137
- updateSortOrder?: Dispatch<SetStateAction<T[]>>;
137
+ updateSortOrder?: (data: T[]) => void;
138
138
  };
@@ -0,0 +1 @@
1
+ export declare const ListExample: () => import("react/jsx-runtime").JSX.Element;
@@ -4349,6 +4349,7 @@ span.flatpickr-weekday {
4349
4349
  }
4350
4350
  .TabContent-module_tabContent__3-qqV {
4351
4351
  display: flex;
4352
+ flex-grow: 1;
4352
4353
  }
4353
4354
  .SlideOutPanel-module_slideOutPanel__eBr9a {
4354
4355
  display: flex;