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

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/dist/tailwind.css CHANGED
@@ -1171,6 +1171,10 @@ select {
1171
1171
  z-index: 30;
1172
1172
  }
1173
1173
 
1174
+ .z-40 {
1175
+ z-index: 40;
1176
+ }
1177
+
1174
1178
  .z-\[2\] {
1175
1179
  z-index: 2;
1176
1180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.1.20-rc3",
3
+ "version": "2.1.20-rc4",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -29,11 +29,7 @@ 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
- }}
36
- className="bg-white max-h-[240px] w-[200px] rounded-[3px] border border-gray-300 shadow-lg"
32
+ className="bg-white max-h-[240px] w-[200px] rounded-[3px] border border-gray-300 shadow-lg z-40"
37
33
  >
38
34
  {options.map((option) => {
39
35
  const inputWrapperStyles = cn("py-[8px] px-3 text-gray-500 hover:bg-[rgba(0,0,0,0.03)]", {