sprint-asia-custom-component 0.1.98 → 0.1.99

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/index.js CHANGED
@@ -24152,7 +24152,7 @@
24152
24152
  size: 16,
24153
24153
  className: "text-neutral300"
24154
24154
  }))))), isOpen && isEdited && /*#__PURE__*/React__default["default"].createElement("div", {
24155
- className: "z-10 origin-top-right absolute left-0 mt-2 w-full rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden",
24155
+ className: "z-20 origin-top-right absolute left-0 mt-2 w-full rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden",
24156
24156
  role: "menu",
24157
24157
  "aria-orientation": "vertical",
24158
24158
  "aria-labelledby": "options-menu"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.98",
4
+ "version": "0.1.99",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -82,7 +82,7 @@ const DropdownText = ({
82
82
 
83
83
  {isOpen && isEdited && (
84
84
  <div
85
- className="z-10 origin-top-right absolute left-0 mt-2 w-full rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden"
85
+ className="z-20 origin-top-right absolute left-0 mt-2 w-full rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden"
86
86
  role="menu"
87
87
  aria-orientation="vertical"
88
88
  aria-labelledby="options-menu"