@underverse-ui/underverse 0.2.45 → 0.2.47
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2109,7 +2109,7 @@ Label.displayName = "Label";
|
|
|
2109
2109
|
var import_image = __toESM(require("next/image"), 1);
|
|
2110
2110
|
var import_react6 = __toESM(require("react"), 1);
|
|
2111
2111
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
2112
|
-
var DEFAULT_FALLBACK = "/
|
|
2112
|
+
var DEFAULT_FALLBACK = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Crect fill='%23f3f4f6' width='400' height='400'/%3E%3Cpath fill='%239ca3af' d='M160 150h80v60h-80z'/%3E%3Ccircle fill='%239ca3af' cx='180' cy='130' r='20'/%3E%3Cpath fill='%239ca3af' d='M120 240l60-60 40 40 40-30 60 50v40H120z'/%3E%3C/svg%3E";
|
|
2113
2113
|
var FAILED_SRCS = /* @__PURE__ */ new Set();
|
|
2114
2114
|
function SmartImage({
|
|
2115
2115
|
src,
|
|
@@ -4751,7 +4751,7 @@ var DropdownMenu = ({
|
|
|
4751
4751
|
// keep original classes on trigger
|
|
4752
4752
|
trigger.props?.className,
|
|
4753
4753
|
// ensure focus-visible ring for trigger too
|
|
4754
|
-
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background
|
|
4754
|
+
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"
|
|
4755
4755
|
)
|
|
4756
4756
|
}),
|
|
4757
4757
|
dropdownContent && typeof window !== "undefined" && (0, import_react_dom5.createPortal)(dropdownContent, document.body)
|