@agility/plenum-ui 2.1.20-rc4 → 2.1.20-rc5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.1.20-rc4",
3
+ "version": "2.1.20-rc5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -29,6 +29,10 @@ const DropdownWithMultiSelect = ({ label, options, type = "checkbox" }: Props) =
29
29
  </PopoverButton>
30
30
  <PopoverPanel
31
31
  transition
32
+ anchor={{
33
+ to: "bottom end",
34
+ gap: 8
35
+ }}
32
36
  className="bg-white max-h-[240px] w-[200px] rounded-[3px] border border-gray-300 shadow-lg z-40"
33
37
  >
34
38
  {options.map((option) => {