nvis-fe-cms-libs 2.0.7 → 2.0.8

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.
@@ -3528,8 +3528,8 @@ var __async = (__this, __arguments, generator) => {
3528
3528
  className: "backdrop-blur-md px-4 py-2.5 rounded-2xl shadow-2xl border-2 flex items-center gap-2.5 cursor-pointer transform transition-all duration-300",
3529
3529
  style: {
3530
3530
  background: isHovered || isDragging ? colorStyle.gradientHover : colorStyle.gradient,
3531
- borderColor: colorStyle.border + "80",
3532
- boxShadow: `0 10px 40px ${colorStyle.shadowColor}4D`,
3531
+ borderColor: colorStyle.border,
3532
+ boxShadow: `0 10px 40px ${colorStyle.shadowColor}`,
3533
3533
  transform: isHovered || isDragging ? "scale(1.1)" : "scale(1)",
3534
3534
  filter: isHovered || isDragging ? "brightness(1.1)" : "brightness(1)",
3535
3535
  rotate: isDragging ? "2deg" : "0deg"