@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.js CHANGED
@@ -1937,7 +1937,7 @@ Label.displayName = "Label";
1937
1937
  import Image2 from "next/image";
1938
1938
  import React9 from "react";
1939
1939
  import { jsx as jsx11 } from "react/jsx-runtime";
1940
- var DEFAULT_FALLBACK = "/images/products/hoa-hong-do.png";
1940
+ 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";
1941
1941
  var FAILED_SRCS = /* @__PURE__ */ new Set();
1942
1942
  function SmartImage({
1943
1943
  src,
@@ -4579,7 +4579,7 @@ var DropdownMenu = ({
4579
4579
  // keep original classes on trigger
4580
4580
  trigger.props?.className,
4581
4581
  // ensure focus-visible ring for trigger too
4582
- "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background rounded-md"
4582
+ "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"
4583
4583
  )
4584
4584
  }),
4585
4585
  dropdownContent && typeof window !== "undefined" && createPortal5(dropdownContent, document.body)