@delightui/components 0.1.120 → 0.1.121

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.
@@ -7,7 +7,7 @@ export type ListAlignEnum = 'Horizontal' | 'Vertical';
7
7
  /**
8
8
  * Represents a generic list item.
9
9
  */
10
- export type ListItemType = {
10
+ export type ListItemType = object & {
11
11
  id?: string | number;
12
12
  itemClassName?: string;
13
13
  itemStyle?: React.CSSProperties;
@@ -7,7 +7,7 @@ export type ListAlignEnum = 'Horizontal' | 'Vertical';
7
7
  /**
8
8
  * Represents a generic list item.
9
9
  */
10
- export type ListItemType = {
10
+ export type ListItemType = object & {
11
11
  id?: string | number;
12
12
  itemClassName?: string;
13
13
  itemStyle?: React.CSSProperties;
package/dist/index.d.ts CHANGED
@@ -1173,7 +1173,7 @@ type ListAlignEnum = 'Horizontal' | 'Vertical';
1173
1173
  /**
1174
1174
  * Represents a generic list item.
1175
1175
  */
1176
- type ListItemType = {
1176
+ type ListItemType = object & {
1177
1177
  id?: string | number;
1178
1178
  itemClassName?: string;
1179
1179
  itemStyle?: React.CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.120",
3
+ "version": "0.1.121",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",