@emblemvault/hustle-react 1.4.7 → 1.4.9

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
@@ -4685,13 +4685,13 @@ var widgetStyles = {
4685
4685
  width: "56px",
4686
4686
  height: "56px",
4687
4687
  borderRadius: tokens.radius.full,
4688
- background: `linear-gradient(135deg, ${tokens.colors.accentPrimary} 0%, #2d7dd2 100%)`,
4689
- border: "none",
4688
+ background: "rgba(255, 255, 255, 0.05)",
4689
+ border: "1px solid rgba(255, 255, 255, 0.1)",
4690
4690
  cursor: "pointer",
4691
4691
  display: "flex",
4692
4692
  alignItems: "center",
4693
4693
  justifyContent: "center",
4694
- boxShadow: `0 4px 12px rgba(0, 0, 0, 0.3)`,
4694
+ boxShadow: "0 1px 2px rgba(0, 0, 0, 0.05)",
4695
4695
  transition: `all ${tokens.transitions.normal}`,
4696
4696
  color: tokens.colors.textInverse
4697
4697
  },
@@ -4699,8 +4699,8 @@ var widgetStyles = {
4699
4699
  boxShadow: `0 4px 20px rgba(76, 154, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)`
4700
4700
  },
4701
4701
  launcherHover: {
4702
- transform: "scale(1.05)",
4703
- boxShadow: `0 6px 16px rgba(0, 0, 0, 0.4)`
4702
+ background: "rgba(255, 255, 255, 0.08)",
4703
+ borderColor: "rgba(255, 255, 255, 0.15)"
4704
4704
  },
4705
4705
  launcherGlowHover: {
4706
4706
  boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`