@delightui/components 0.1.30 → 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
  };
@@ -2493,14 +2493,14 @@ span.flatpickr-weekday {
2493
2493
  grid-column: span 1;
2494
2494
  }
2495
2495
 
2496
- .GridList-module_gridListItem__AfoxZ * {
2496
+ .GridList-module_gridListItem__AfoxZ > * {
2497
2497
  width: 100%;
2498
2498
  }
2499
2499
  .Grid-module_grid__XrLxR {
2500
2500
  display: grid;
2501
2501
  }
2502
2502
 
2503
- .Grid-module_gridItem__RjtAu * {
2503
+ .Grid-module_gridItem__RjtAu > * {
2504
2504
  width: 100%;
2505
2505
  }
2506
2506
  .Form-module_form__9JYdv {
@@ -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
  };
@@ -2493,14 +2493,14 @@ span.flatpickr-weekday {
2493
2493
  grid-column: span 1;
2494
2494
  }
2495
2495
 
2496
- .GridList-module_gridListItem__AfoxZ * {
2496
+ .GridList-module_gridListItem__AfoxZ > * {
2497
2497
  width: 100%;
2498
2498
  }
2499
2499
  .Grid-module_grid__XrLxR {
2500
2500
  display: grid;
2501
2501
  }
2502
2502
 
2503
- .Grid-module_gridItem__RjtAu * {
2503
+ .Grid-module_gridItem__RjtAu > * {
2504
2504
  width: 100%;
2505
2505
  }
2506
2506
  .Form-module_form__9JYdv {
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.30",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",