@stubber/form-fields 1.1.2 → 1.1.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.
@@ -81,7 +81,7 @@
81
81
  <i class="fas fa-sort ml-2 h-4 w-4 shrink-0 opacity-50" />
82
82
  </Button>
83
83
  </Popover.Trigger>
84
- <Popover.Content sameWidth {collisionBoundary} class="p-0">
84
+ <Popover.Content sameWidth {collisionBoundary} class="p-0 z-[100]">
85
85
  <Command.Root>
86
86
  <Command.Input class="border-none outline-none focus:ring-0" placeholder="Search..." />
87
87
  <Command.Empty>No results found.</Command.Empty>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/form-fields",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "An automatic form builder based on field specifications",
5
5
  "keywords": [
6
6
  "components",