@delightui/components 0.1.100 → 0.1.102

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,10 +1,10 @@
1
1
  export type RenderStateViewProps<T = unknown, P = any> = {
2
2
  className?: string;
3
- data: T | null | undefined;
4
- isLoading: boolean;
5
- filled: React.ComponentType<{
3
+ data?: T | null;
4
+ isLoading?: boolean;
5
+ filled?: React.ComponentType<{
6
6
  data: T;
7
7
  } & P>;
8
- empty: React.ComponentType<P>;
9
- loading: React.ComponentType<P>;
8
+ empty?: React.ComponentType<P>;
9
+ loading?: React.ComponentType<P>;
10
10
  };
@@ -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;