@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/browser/hustle-react.js +4 -5
- package/dist/browser/hustle-react.js.map +1 -1
- package/dist/components/index.cjs +4 -5
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +4 -5
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +4 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
4715
|
-
border: "
|
|
4714
|
+
background: "transparent",
|
|
4715
|
+
border: "none",
|
|
4716
4716
|
cursor: "pointer",
|
|
4717
4717
|
display: "flex",
|
|
4718
4718
|
alignItems: "center",
|
|
4719
4719
|
justifyContent: "center",
|
|
4720
|
-
boxShadow: "
|
|
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
|
-
|
|
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)`
|