@emblemvault/hustle-react 1.4.9 → 1.4.10

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: "rgba(255, 255, 255, 0.05)",
4689
- border: "1px solid rgba(255, 255, 255, 0.1)",
4688
+ background: "transparent",
4689
+ border: "none",
4690
4690
  cursor: "pointer",
4691
4691
  display: "flex",
4692
4692
  alignItems: "center",
4693
4693
  justifyContent: "center",
4694
- boxShadow: "0 1px 2px rgba(0, 0, 0, 0.05)",
4694
+ boxShadow: "none",
4695
4695
  transition: `all ${tokens.transitions.normal}`,
4696
4696
  color: tokens.colors.textInverse
4697
4697
  },
@@ -4699,8 +4699,7 @@ 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
- background: "rgba(255, 255, 255, 0.08)",
4703
- borderColor: "rgba(255, 255, 255, 0.15)"
4702
+ opacity: 0.8
4704
4703
  },
4705
4704
  launcherGlowHover: {
4706
4705
  boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`