@kaio-xyz/design-system 1.1.20 → 1.1.21

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
@@ -186,7 +186,7 @@ type ListProps = {
186
186
  declare const List: ({ label, children }: ListProps) => react_jsx_runtime.JSX.Element;
187
187
 
188
188
  type ListItem = {
189
- value: string;
189
+ value?: string;
190
190
  label: string;
191
191
  key?: string;
192
192
  };