@delightui/components 0.1.98 → 0.1.99

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,5 @@
1
1
  export type RenderStateViewProps<T = unknown> = {
2
+ className?: string;
2
3
  data: T | null | undefined;
3
4
  isLoading: boolean;
4
5
  Filled: React.ComponentType<{
@@ -1,4 +1,5 @@
1
1
  export type RenderStateViewProps<T = unknown> = {
2
+ className?: string;
2
3
  data: T | null | undefined;
3
4
  isLoading: boolean;
4
5
  Filled: React.ComponentType<{
package/dist/index.d.ts CHANGED
@@ -2198,6 +2198,7 @@ type WrapTextNodesProps = Omit<TextProps, 'className'>;
2198
2198
  declare const WrapTextNodes: React__default.FC<WrapTextNodesProps>;
2199
2199
 
2200
2200
  type RenderStateViewProps<T = unknown> = {
2201
+ className?: string;
2201
2202
  data: T | null | undefined;
2202
2203
  isLoading: boolean;
2203
2204
  Filled: React.ComponentType<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.98",
3
+ "version": "0.1.99",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",