opus-toolkit-components 1.4.3 → 1.4.4
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.
|
@@ -12934,7 +12934,7 @@ function Dropdown(_ref) {
|
|
|
12934
12934
|
"aria-hidden": "true",
|
|
12935
12935
|
className: "ml-1 mr-1 h-5 w-5 text-[--color-text-strong] bg-[--color-input-bg] transition-transform duration-200 ".concat(open ? 'rotate-180' : 'rotate-0')
|
|
12936
12936
|
})), !disabled && /*#__PURE__*/external_react_default().createElement(Et, {
|
|
12937
|
-
className: " absolute
|
|
12937
|
+
className: " absolute left-0 z-10 mt-2 w-[100%] origin-top-right rounded-md bg-[--color-primary-bg] shadow-lg ring-1 ring-[--color-stroke] ring-opacity-1 focus:outline-none max-h-48 overflow-y-auto "
|
|
12938
12938
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
12939
12939
|
className: "py-1"
|
|
12940
12940
|
}, items.map((item, index) => /*#__PURE__*/external_react_default().createElement(gt, {
|