@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.
package/dist/index.d.ts CHANGED
@@ -2199,13 +2199,13 @@ declare const WrapTextNodes: React__default.FC<WrapTextNodesProps>;
2199
2199
 
2200
2200
  type RenderStateViewProps<T = unknown, P = any> = {
2201
2201
  className?: string;
2202
- data: T | null | undefined;
2203
- isLoading: boolean;
2204
- filled: React.ComponentType<{
2202
+ data?: T | null;
2203
+ isLoading?: boolean;
2204
+ filled?: React.ComponentType<{
2205
2205
  data: T;
2206
2206
  } & P>;
2207
- empty: React.ComponentType<P>;
2208
- loading: React.ComponentType<P>;
2207
+ empty?: React.ComponentType<P>;
2208
+ loading?: React.ComponentType<P>;
2209
2209
  };
2210
2210
 
2211
2211
  declare const RenderStateView: <T = unknown, P = any>(props: RenderStateViewProps<T, P>) => react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.100",
3
+ "version": "0.1.102",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",