@povio/ui 2.3.0-rc.10 → 2.3.0-rc.11

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.
@@ -137,7 +137,7 @@ function Select({ renderStaticInput, ...props }) {
137
137
  tabIndex: -1,
138
138
  "data-type": "select-trigger",
139
139
  className: clsx("w-full truncate bg-transparent text-start outline-none disabled:text-interactive-text-secondary-disabled", isMultiple && !isEmpty && "absolute inset-0 z-0"),
140
- onPointerDown: replayStaticInputPress,
140
+ onClick: replayStaticInputPress,
141
141
  ...dataAttributeProps,
142
142
  "data-rac": true,
143
143
  children: buttonContent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "2.3.0-rc.10",
3
+ "version": "2.3.0-rc.11",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",