@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.
@@ -4235,13 +4235,13 @@ var widgetStyles = {
4235
4235
  width: "56px",
4236
4236
  height: "56px",
4237
4237
  borderRadius: tokens.radius.full,
4238
- background: `linear-gradient(135deg, ${tokens.colors.accentPrimary} 0%, #2d7dd2 100%)`,
4239
- border: "none",
4238
+ background: "rgba(255, 255, 255, 0.05)",
4239
+ border: "1px solid rgba(255, 255, 255, 0.1)",
4240
4240
  cursor: "pointer",
4241
4241
  display: "flex",
4242
4242
  alignItems: "center",
4243
4243
  justifyContent: "center",
4244
- boxShadow: `0 4px 12px rgba(0, 0, 0, 0.3)`,
4244
+ boxShadow: "0 1px 2px rgba(0, 0, 0, 0.05)",
4245
4245
  transition: `all ${tokens.transitions.normal}`,
4246
4246
  color: tokens.colors.textInverse
4247
4247
  },
@@ -4249,8 +4249,8 @@ var widgetStyles = {
4249
4249
  boxShadow: `0 4px 20px rgba(76, 154, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)`
4250
4250
  },
4251
4251
  launcherHover: {
4252
- transform: "scale(1.05)",
4253
- boxShadow: `0 6px 16px rgba(0, 0, 0, 0.4)`
4252
+ background: "rgba(255, 255, 255, 0.08)",
4253
+ borderColor: "rgba(255, 255, 255, 0.15)"
4254
4254
  },
4255
4255
  launcherGlowHover: {
4256
4256
  boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`