@useloops/design-system 1.4.304 → 1.4.306

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
@@ -1602,7 +1602,7 @@ type SelectProps = {
1602
1602
  selectOptionProps?: MenuItemProps$1;
1603
1603
  sizing?: 'xs' | 'md' | 'lg';
1604
1604
  sx?: SelectProps$1['sx'];
1605
- OnOpen?: SelectProps$1['onOpen'];
1605
+ onOpen?: SelectProps$1['onOpen'];
1606
1606
  value?: SelectProps$1['value'];
1607
1607
  renderListItem?: (value: string, label: string) => ReactElement;
1608
1608
  };