@wavv/ui 2.4.4 → 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.4",
3
+ "version": "2.4.6-alpha.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -50,7 +50,7 @@
50
50
  "polished": "4.3.1",
51
51
  "prism-react-renderer": "2.4.1",
52
52
  "react-aria": "3.46.0",
53
- "react-aria-components": "1.15.0",
53
+ "react-aria-components": "1.15.1",
54
54
  "react-keyed-flatten-children": "5.1.1",
55
55
  "react-phone-input-auto-format": "0.1.0",
56
56
  "recharts": "3.7.0",
@@ -69,9 +69,9 @@
69
69
  "@rsbuild/plugin-react": "^1.4.5",
70
70
  "@rsbuild/plugin-svgr": "^1.3.0",
71
71
  "@rslib/core": "^0.19.5",
72
- "@storybook/addon-docs": "^10.2.7",
73
- "@storybook/addon-links": "^10.2.7",
74
- "@storybook/addon-themes": "^10.2.7",
72
+ "@storybook/addon-docs": "^10.2.8",
73
+ "@storybook/addon-links": "^10.2.8",
74
+ "@storybook/addon-themes": "^10.2.8",
75
75
  "@storybook/test-runner": "^0.24.2",
76
76
  "@svgr/core": "^8.1.0",
77
77
  "@svgr/plugin-jsx": "^8.1.0",
@@ -80,7 +80,7 @@
80
80
  "@types/draft-js": "^0.11.20",
81
81
  "@types/jest": "^30.0.0",
82
82
  "@types/ncp": "^2.0.8",
83
- "@types/node": "^25.2.1",
83
+ "@types/node": "^25.2.2",
84
84
  "@types/prompts": "^2.4.9",
85
85
  "@types/randomcolor": "^0.5.9",
86
86
  "@types/react": "^19.2.13",
@@ -95,7 +95,7 @@
95
95
  "ncp": "^2.0.0",
96
96
  "path": "^0.12.7",
97
97
  "phone": "^3.1.70",
98
- "playwright": "^1.58.1",
98
+ "playwright": "^1.58.2",
99
99
  "postcss": "^8.5.6",
100
100
  "prettier": "^3.8.1",
101
101
  "prompts": "^2.4.2",
@@ -104,7 +104,7 @@
104
104
  "react-dom": "^19.2.4",
105
105
  "replace": "^1.2.2",
106
106
  "signale": "^1.4.0",
107
- "storybook": "^10.2.7",
107
+ "storybook": "^10.2.8",
108
108
  "storybook-react-rsbuild": "^3.2.2",
109
109
  "tsc-files": "^1.1.4",
110
110
  "tslib": "^2.8.1",