@emblemvault/hustle-react 1.4.9 → 1.4.11

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.cjs CHANGED
@@ -4711,13 +4711,13 @@ var widgetStyles = {
4711
4711
  width: "56px",
4712
4712
  height: "56px",
4713
4713
  borderRadius: tokens.radius.full,
4714
- background: "rgba(255, 255, 255, 0.05)",
4715
- border: "1px solid rgba(255, 255, 255, 0.1)",
4714
+ background: "transparent",
4715
+ border: "none",
4716
4716
  cursor: "pointer",
4717
4717
  display: "flex",
4718
4718
  alignItems: "center",
4719
4719
  justifyContent: "center",
4720
- boxShadow: "0 1px 2px rgba(0, 0, 0, 0.05)",
4720
+ boxShadow: "none",
4721
4721
  transition: `all ${tokens.transitions.normal}`,
4722
4722
  color: tokens.colors.textInverse
4723
4723
  },
@@ -4725,8 +4725,7 @@ var widgetStyles = {
4725
4725
  boxShadow: `0 4px 20px rgba(76, 154, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3)`
4726
4726
  },
4727
4727
  launcherHover: {
4728
- background: "rgba(255, 255, 255, 0.08)",
4729
- borderColor: "rgba(255, 255, 255, 0.15)"
4728
+ opacity: 0.8
4730
4729
  },
4731
4730
  launcherGlowHover: {
4732
4731
  boxShadow: `0 6px 24px rgba(76, 154, 255, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4)`