@bitrise/bitkit 12.6.2 → 12.6.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "12.6.2",
4
+ "version": "12.6.3",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -143,7 +143,7 @@ function useDropdown<T>({
143
143
  optionsRef,
144
144
  defaultValue,
145
145
  dropdownWidth = 'match',
146
- placement,
146
+ placement = 'bottom-end',
147
147
  ref,
148
148
  children,
149
149
  readOnly,