opus-toolkit-components 1.1.9 → 1.2.0
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.
|
@@ -12774,7 +12774,7 @@ function Dropdown(_ref) {
|
|
|
12774
12774
|
className: "-mr-1 h-5 w-5 text-[--color-text-weak] transition-transform duration-200 ".concat(isOpen ? 'rotate-180' : 'rotate-0')
|
|
12775
12775
|
}))), !disabled && /*#__PURE__*/external_react_default().createElement(Pt, {
|
|
12776
12776
|
transition: true,
|
|
12777
|
-
className: "absolute
|
|
12777
|
+
className: "absolute left-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-[--color-primary-bg] shadow-lg ring-1 ring-black ring-opacity-5 transition focus:outline-none max-h-48 overflow-y-auto",
|
|
12778
12778
|
onClick: () => setIsOpen(false)
|
|
12779
12779
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
12780
12780
|
className: "py-1"
|
|
@@ -12968,7 +12968,6 @@ const CookieBanner = _ref => {
|
|
|
12968
12968
|
}
|
|
12969
12969
|
}, [imageLoaded, render]);
|
|
12970
12970
|
if (!render) return null;
|
|
12971
|
-
console.log("DefaultLogo:", (footer_logos_svg_default()));
|
|
12972
12971
|
return /*#__PURE__*/external_react_default().createElement(Card, {
|
|
12973
12972
|
intent: "brandSecondary",
|
|
12974
12973
|
className: "\n md:flex items-center justify-between p-4 space-x-4\n transition-all duration-300 ease-in-out\n ".concat(show ? "opacity-100 translate-y-0" : "opacity-0 translate-y-3", "\n ")
|
|
@@ -13018,4 +13017,4 @@ const CookieBanner = _ref => {
|
|
|
13018
13017
|
/******/ })()
|
|
13019
13018
|
;
|
|
13020
13019
|
});
|
|
13021
|
-
//# sourceMappingURL=main.
|
|
13020
|
+
//# sourceMappingURL=main.bd844f5846ffd24b3273.js.map
|