@wavv/ui 2.4.5 → 2.4.6-alpha.1

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.
@@ -154,6 +154,8 @@ const DropdownButton = ({ children, options, dropdown = true, onClick, onPress,
154
154
  onPress: handleMainClick,
155
155
  hideJoinedBorder: hideDivider,
156
156
  joinedPadding: gap,
157
+ icon: icon,
158
+ iconPosition: iconPosition,
157
159
  children: children && /*#__PURE__*/ jsx(DropdownButtonChildren, {
158
160
  children: children
159
161
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "2.4.5",
3
+ "version": "2.4.6-alpha.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {