@delightui/components 0.1.31 → 0.1.32

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 ResponsiveComponentProps<T> = {
2
+ className?: string;
2
3
  component: React.FC<T>;
3
4
  children: React.ReactElement<BreakpointProps<T>>[];
4
5
  };
@@ -1,4 +1,5 @@
1
1
  export type ResponsiveComponentProps<T> = {
2
+ className?: string;
2
3
  component: React.FC<T>;
3
4
  children: React.ReactElement<BreakpointProps<T>>[];
4
5
  };
package/dist/index.d.ts CHANGED
@@ -347,6 +347,7 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Omit<React__def
347
347
  } & React__default.RefAttributes<HTMLTextAreaElement>>;
348
348
 
349
349
  type ResponsiveComponentProps<T> = {
350
+ className?: string;
350
351
  component: React.FC<T>;
351
352
  children: React.ReactElement<BreakpointProps<T>>[];
352
353
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",